Skip to content

Commit

Permalink
Add all the available MONKEYS
Browse files Browse the repository at this point in the history
Addresses part of #67
  • Loading branch information
zoffixznet committed May 12, 2017
1 parent 82f4d85 commit 5f79d71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions grammars/perl6fe.cson
Original file line number Diff line number Diff line change
Expand Up @@ -983,8 +983,9 @@
}
{
'match': '(?x)\\b(?<![\\-:])(
fatal|internals|MONKEY\\-TYPING|nqp|QAST|
strict|trace|worries|invocant|parameters|experimental|
fatal|internals|
MONKEY-(?:TYPING|SEE\\-NO\\-EVAL|BRAINS|GUTS|BUSINESS|TRAP|SHINE|WRENCH|BARS)|
nqp|QAST|strict|trace|worries|invocant|parameters|experimental|
cur|soft|variables|attributes|v6(?:\\.\\w)*|lib|Test|NativeCall
)(?!\\-) \\b (?!\\s*=>)'
'name': 'constant.language.pragma.perl6fe'
Expand Down

0 comments on commit 5f79d71

Please sign in to comment.