Update grammars

This commit is contained in:
Alex Ross
2019-12-10 12:34:44 +01:00
parent e9671e46eb
commit c45e6cc623
14 changed files with 363 additions and 336 deletions

View File

@@ -4,7 +4,7 @@
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"version": "https://github.com/dotnet/csharp-tmLanguage/commit/ad7514e8d78542a6ee37f6187091cd4102eb3797",
"version": "https://github.com/dotnet/csharp-tmLanguage/commit/572697a2c2267430010b3534281f73337144e94f",
"name": "C#",
"scopeName": "source.cs",
"patterns": [
@@ -2498,7 +2498,7 @@
},
"interpolation": {
"name": "meta.interpolation.cs",
"begin": "(?<=[^\\{])((?:\\{\\{)*)(\\{)(?=[^\\{])",
"begin": "(?<=[^\\{]|^)((?:\\{\\{)*)(\\{)(?=[^\\{])",
"beginCaptures": {
"1": {
"name": "string.quoted.double.cs"