Skip to content

Commit

Permalink
Added 'interface' to syntax highlighting grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenomega committed May 14, 2019
1 parent 90d3baf commit 9cbf906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/solidity.tmGrammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"declared-contract": {
"patterns": [
{
"match": "\\b(contract|library)\\s+([A-Za-z_]\\w*)\\b",
"match": "\\b(contract|library|interface)\\s+([A-Za-z_]\\w*)\\b",
"captures": {
"1": {
"name": "storage.type.contract"
Expand Down

0 comments on commit 9cbf906

Please sign in to comment.