Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Commit

Permalink
add the mixin keyword (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Sep 5, 2018
1 parent 85c0396 commit f93bcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammars/dart.cson
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
'name': 'keyword.control.new.dart'
}
{
'match': '(?<!\\$)\\b(abstract|class|enum|extends|external|factory|implements|get|native|operator|set|typedef|with)\\b(?!\\$)'
'match': '(?<!\\$)\\b(abstract|class|enum|extends|external|factory|implements|get|mixin|native|operator|set|typedef|with)\\b(?!\\$)'
'name': 'keyword.declaration.dart'
}
{
Expand Down

0 comments on commit f93bcd9

Please sign in to comment.