From 513b9c9b1b9f8ea461f0108157a568bd532471c8 Mon Sep 17 00:00:00 2001 From: Austin Henriksen Date: Mon, 8 Apr 2024 09:14:37 -0500 Subject: [PATCH] Fix highlighting of metadata in generic type arguments. --- syntaxes/ice.tmLanguage.json | 3 +++ 1 file changed, 3 insertions(+) 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": "(?=;|})",