Skip to content
This repository was archived by the owner on Nov 2, 2020. It is now read-only.

Commit f81ea98

Browse files
author
Andreas Beer
committed
add BDD keywords
1 parent 8e5a349 commit f81ea98

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Robot.tmLanguage

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,14 @@
100100
<key>name</key>
101101
<string>keyword.control.robot</string>
102102
</dict>
103-
</array>
103+
<dict>
104+
<key>comment</key>
105+
<string>BDD keywords</string>
106+
<key>match</key>
107+
<string>(?i)\s+(Given|When|and|but|Then)</string>
108+
<key>name</key>
109+
<string>string.robot.bdd</string>
110+
</dict> </array>
104111
<key>scopeName</key>
105112
<string>source.robot</string>
106113
<key>uuid</key>

0 commit comments

Comments
 (0)