Skip to content

Commit

Permalink
Added 'But' keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Morrison committed Oct 8, 2010
1 parent 31799bf commit 41cba95
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed .swp
Binary file not shown.
2 changes: 1 addition & 1 deletion cucumber.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sh_languages['cucumber'] = [
1
],
[
/\b(?:Given|When|Then|And)\b/g,
/\b(?:Given|When|Then|And|But)\b/g,
'sh_keyword',
-1
]
Expand Down
2 changes: 1 addition & 1 deletion cucumber.lang
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ variable start "I wish to"
variable start "I can"
variable start "So that"

keyword = "Given|When|Then|And"
keyword = "Given|When|Then|And|But"

0 comments on commit 41cba95

Please sign in to comment.