Skip to content

Commit

Permalink
Remove "interface" from list of keywords.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed Mar 24, 2017
1 parent 69d5703 commit ede4634
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 @@ -236,7 +236,7 @@
"name": "keyword.control.new.dart"
},
{
"match": "\\b(abstract|class|enum|extends|external|factory|implements|interface|get|native|operator|set|typedef|with)\\b",
"match": "\\b(abstract|class|enum|extends|external|factory|implements|get|native|operator|set|typedef|with)\\b",
"name": "keyword.declaration.dart"
},
{
Expand Down

0 comments on commit ede4634

Please sign in to comment.