diff --git a/syntaxes/ice.tmLanguage.json b/syntaxes/ice.tmLanguage.json index 704ab4f..5b90a8e 100644 --- a/syntaxes/ice.tmLanguage.json +++ b/syntaxes/ice.tmLanguage.json @@ -713,6 +713,7 @@ }, "patterns": [ {"include": "#standard"}, + {"include": "#storage.modifier"}, { "begin": "(\\\\?[:\\w]+)|(?=\\>)", "end": "(?=;|})", @@ -779,6 +780,7 @@ }, "patterns": [ {"include": "#standard"}, + {"include": "#storage.modifier"}, { "begin": "(\\\\?[:\\w]+)|(?=\\>)", "end": "(?=;|})", @@ -801,6 +803,7 @@ }, "patterns": [ {"include": "#standard"}, + {"include": "#storage.modifier"}, { "begin": "(\\\\?[:\\w]+)|(?=\\>)", "end": "(?=;|})",