Skip to content

Commit

Permalink
Fix highlighting of metadata in generic type arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertCreativityHere committed Apr 8, 2024
1 parent a4aacfa commit 513b9c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions syntaxes/ice.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@
},
"patterns": [
{"include": "#standard"},
{"include": "#storage.modifier"},
{
"begin": "(\\\\?[:\\w]+)|(?=\\>)",
"end": "(?=;|})",
Expand Down Expand Up @@ -779,6 +780,7 @@
},
"patterns": [
{"include": "#standard"},
{"include": "#storage.modifier"},
{
"begin": "(\\\\?[:\\w]+)|(?=\\>)",
"end": "(?=;|})",
Expand All @@ -801,6 +803,7 @@
},
"patterns": [
{"include": "#standard"},
{"include": "#storage.modifier"},
{
"begin": "(\\\\?[:\\w]+)|(?=\\>)",
"end": "(?=;|})",
Expand Down

0 comments on commit 513b9c9

Please sign in to comment.