Skip to content

Commit

Permalink
[vscode] Update built-in classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik committed Mar 10, 2023
1 parent f0d1b26 commit 8cd66d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/vscode/syntaxes/ci.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8cd66d4

Please sign in to comment.