Skip to content

Commit

Permalink
Gherkin: don't allow spaces in tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Golmote committed Aug 19, 2015
1 parent 0aa0791 commit 48ff8b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/prism-gherkin.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Prism.languages.gherkin = {
lookbehind: true
},
'tag': {
pattern: /((^|\n)[ \t]*)@.*/,
pattern: /((^|\n)[ \t]*)@\S*/,
lookbehind: true
},
'feature': {
Expand Down
2 changes: 1 addition & 1 deletion components/prism-gherkin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 48ff8b7

Please sign in to comment.