From 8cd66d48c06744ac2873982313c68a7de0c5f569 Mon Sep 17 00:00:00 2001 From: Piotr Fusik Date: Fri, 10 Mar 2023 11:24:22 +0100 Subject: [PATCH] [vscode] Update built-in classes. #64 --- editors/vscode/syntaxes/ci.tmLanguage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/vscode/syntaxes/ci.tmLanguage.json b/editors/vscode/syntaxes/ci.tmLanguage.json index 725e8f35..120c8f13 100644 --- a/editors/vscode/syntaxes/ci.tmLanguage.json +++ b/editors/vscode/syntaxes/ci.tmLanguage.json @@ -859,7 +859,7 @@ } }, "class-builtin": { - "match": "\\b(Console|Dictionary|Encoding|Environment|HashSet|List|Lock|Match|Math|Regex|RegexOptions|SortedDictionary|Stack)\\b", + "match": "\\b(Console|Dictionary|Encoding|Environment|HashSet|List|Lock|Match|Math|Regex|RegexOptions|SortedDictionary|SortedSet|Stack|StringWriter|TextWriter)\\b", "captures": { "1": { "name": "support.class.ci"