Skip to content

Commit 26ea4f8

Browse files
Fix highlighting of metadata in generic type arguments. (#53)
1 parent a4aacfa commit 26ea4f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

syntaxes/ice.tmLanguage.json

+3
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,7 @@
713713
},
714714
"patterns": [
715715
{"include": "#standard"},
716+
{"include": "#storage.modifier"},
716717
{
717718
"begin": "(\\\\?[:\\w]+)|(?=\\>)",
718719
"end": "(?=;|})",
@@ -779,6 +780,7 @@
779780
},
780781
"patterns": [
781782
{"include": "#standard"},
783+
{"include": "#storage.modifier"},
782784
{
783785
"begin": "(\\\\?[:\\w]+)|(?=\\>)",
784786
"end": "(?=;|})",
@@ -801,6 +803,7 @@
801803
},
802804
"patterns": [
803805
{"include": "#standard"},
806+
{"include": "#storage.modifier"},
804807
{
805808
"begin": "(\\\\?[:\\w]+)|(?=\\>)",
806809
"end": "(?=;|})",

0 commit comments

Comments
 (0)