diff --git a/extensions/csharp/cgmanifest.json b/extensions/csharp/cgmanifest.json index 6eb3de2f572..fa99e209e40 100644 --- a/extensions/csharp/cgmanifest.json +++ b/extensions/csharp/cgmanifest.json @@ -6,7 +6,7 @@ "git": { "name": "dotnet/csharp-tmLanguage", "repositoryUrl": "https://github.com/dotnet/csharp-tmLanguage", - "commitHash": "2e6860d87d4019b0b793b1e21e9e5c82185a01aa" + "commitHash": "32ee13e806edf480ef9423adcf5ecf61ba39561b" } }, "license": "MIT", diff --git a/extensions/csharp/syntaxes/csharp.tmLanguage.json b/extensions/csharp/syntaxes/csharp.tmLanguage.json index 89b08d5c5b2..e344197ccb4 100644 --- a/extensions/csharp/syntaxes/csharp.tmLanguage.json +++ b/extensions/csharp/syntaxes/csharp.tmLanguage.json @@ -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/2e6860d87d4019b0b793b1e21e9e5c82185a01aa", + "version": "https://github.com/dotnet/csharp-tmLanguage/commit/32ee13e806edf480ef9423adcf5ecf61ba39561b", "name": "C#", "scopeName": "source.cs", "patterns": [ @@ -5578,6 +5578,12 @@ { "include": "#preprocessor-app-directive-property" }, + { + "include": "#preprocessor-app-directive-exclude" + }, + { + "include": "#preprocessor-app-directive-include" + }, { "include": "#preprocessor-app-directive-project" }, @@ -5627,6 +5633,28 @@ } } }, + "preprocessor-app-directive-exclude": { + "match": "\\b(exclude)\\b\\s*(.*)?\\s*", + "captures": { + "1": { + "name": "keyword.preprocessor.exclude.cs" + }, + "2": { + "name": "string.unquoted.preprocessor.message.cs" + } + } + }, + "preprocessor-app-directive-include": { + "match": "\\b(include)\\b\\s*(.*)?\\s*", + "captures": { + "1": { + "name": "keyword.preprocessor.include.cs" + }, + "2": { + "name": "string.unquoted.preprocessor.message.cs" + } + } + }, "preprocessor-app-directive-project": { "match": "\\b(project)\\b\\s*(.*)?\\s*", "captures": { diff --git a/extensions/julia/cgmanifest.json b/extensions/julia/cgmanifest.json index e8c9413cb07..936d6124cee 100644 --- a/extensions/julia/cgmanifest.json +++ b/extensions/julia/cgmanifest.json @@ -6,7 +6,7 @@ "git": { "name": "JuliaEditorSupport/atom-language-julia", "repositoryUrl": "https://github.com/JuliaEditorSupport/atom-language-julia", - "commitHash": "93454227ce9a7aa92f41b157c6a74f3971b4ae14" + "commitHash": "25cc285b5e8accab4ff7725eeb8594f458b45ce4" } }, "license": "MIT", diff --git a/extensions/julia/syntaxes/julia.tmLanguage.json b/extensions/julia/syntaxes/julia.tmLanguage.json index b222b3ba644..c7a6b4da10f 100644 --- a/extensions/julia/syntaxes/julia.tmLanguage.json +++ b/extensions/julia/syntaxes/julia.tmLanguage.json @@ -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/JuliaEditorSupport/atom-language-julia/commit/93454227ce9a7aa92f41b157c6a74f3971b4ae14", + "version": "https://github.com/JuliaEditorSupport/atom-language-julia/commit/25cc285b5e8accab4ff7725eeb8594f458b45ce4", "name": "Julia", "scopeName": "source.julia", "comment": "This grammar is used by Atom (Oniguruma), GitHub (PCRE), and VSCode (Oniguruma),\nso all regexps must be compatible with both engines.\n\nSpecs:\n- https://github.com/kkos/oniguruma/blob/master/doc/RE\n- https://www.pcre.org/current/doc/html/", @@ -301,7 +301,7 @@ "keyword": { "patterns": [ { - "match": "\\b(?