Skip to content

Commit

Permalink
Add extension keyword to grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed Aug 19, 2019
1 parent 712e376 commit 06eaf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/dart.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
"name": "keyword.control.new.dart"
},
{
"match": "(?<!\\$)\\b(abstract|class|enum|extends|external|factory|implements|get|mixin|native|operator|set|typedef|with|covariant)\\b(?!\\$)",
"match": "(?<!\\$)\\b(abstract|class|enum|extends|extension|external|factory|implements|get|mixin|native|operator|set|typedef|with|covariant)\\b(?!\\$)",
"name": "keyword.declaration.dart"
},
{
Expand Down

0 comments on commit 06eaf66

Please sign in to comment.