Skip to content

Commit

Permalink
Merge pull request #73 from vmg/vmg/fixes
Browse files Browse the repository at this point in the history
grammar: Ensure all captures have a 'name' key
  • Loading branch information
Tyil committed Nov 17, 2017
2 parents 611c924 + 81b9752 commit 3827202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammars/perl6fe.cson
Expand Up @@ -2489,7 +2489,7 @@
'8':
'begin': '('
'beginCaptures':
'0': 'keyword.operator.paren.open.perl6fe'
'0': 'name': 'keyword.operator.paren.open.perl6fe'
'end': ')'
'endCaptures':
'0': 'name': 'keyword.operator.paren.close.perl6fe'
Expand Down

0 comments on commit 3827202

Please sign in to comment.