Manually convert Robot.sublime-syntax

This commit is contained in:
sharkdp 2019-12-09 23:34:31 +01:00 committed by David Peter
parent 35026a033a
commit 75cb1ce196
1 changed files with 3 additions and 0 deletions

View File

@ -52,3 +52,6 @@ contexts:
- meta_scope: keyword.control.robot
- match: '($|\||\s{2,})'
pop: true
- match: (?i)^\s+(Given|When|and|but|Then)
comment: BDD keywords
scope: string.robot.bdd