Update themes to accommodate C# grammar change (#192854)

See https://github.com/dotnet/csharp-tmLanguage/issues/290
This commit is contained in:
Alex Ross
2023-09-12 12:37:49 +02:00
committed by GitHub
parent 244e9c2da0
commit cc4775f55a
7 changed files with 12 additions and 6 deletions

View File

@@ -77,6 +77,7 @@
"source.cpp keyword.operator.new",
"keyword.operator.delete",
"keyword.other.using",
"keyword.other.directive.using",
"keyword.other.operator",
"entity.name.operator"
],