We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4aacfa commit 26ea4f8Copy full SHA for 26ea4f8
syntaxes/ice.tmLanguage.json
@@ -713,6 +713,7 @@
713
},
714
"patterns": [
715
{"include": "#standard"},
716
+ {"include": "#storage.modifier"},
717
{
718
"begin": "(\\\\?[:\\w]+)|(?=\\>)",
719
"end": "(?=;|})",
@@ -779,6 +780,7 @@
779
780
781
782
783
784
785
786
@@ -801,6 +803,7 @@
801
803
802
804
805
806
807
808
809
0 commit comments