mirror of
https://github.com/sharkdp/bat
synced 2024-11-16 08:57:59 +00:00
Manually convert Robot.sublime-syntax
This commit is contained in:
parent
35026a033a
commit
75cb1ce196
1 changed files with 3 additions and 0 deletions
3
assets/syntaxes/Robot.sublime-syntax
vendored
3
assets/syntaxes/Robot.sublime-syntax
vendored
|
@ -52,3 +52,6 @@ contexts:
|
||||||
- meta_scope: keyword.control.robot
|
- meta_scope: keyword.control.robot
|
||||||
- match: '($|\||\s{2,})'
|
- match: '($|\||\s{2,})'
|
||||||
pop: true
|
pop: true
|
||||||
|
- match: (?i)^\s+(Given|When|and|but|Then)
|
||||||
|
comment: BDD keywords
|
||||||
|
scope: string.robot.bdd
|
||||||
|
|
Loading…
Reference in a new issue