Skip to content

Commit 9cbf906

Browse files
committed
Added 'interface' to syntax highlighting grammar
1 parent 90d3baf commit 9cbf906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/solidity.tmGrammar.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
"declared-contract": {
210210
"patterns": [
211211
{
212-
"match": "\\b(contract|library)\\s+([A-Za-z_]\\w*)\\b",
212+
"match": "\\b(contract|library|interface)\\s+([A-Za-z_]\\w*)\\b",
213213
"captures": {
214214
"1": {
215215
"name": "storage.type.contract"

0 commit comments

Comments
 (0)