Update grammars

This commit is contained in:
Alex Ross 2022-01-31 16:49:23 +01:00
parent 011308ef41
commit a1a4c0a63b
No known key found for this signature in database
GPG key ID: 89DDDBA66CBA7840
22 changed files with 279 additions and 109 deletions

View file

@ -6,11 +6,11 @@
"git": {
"name": "atom/language-clojure",
"repositoryUrl": "https://github.com/atom/language-clojure",
"commitHash": "de877502aa4a77ccdc2c7f0c9180436aea3effff"
"commitHash": "45bdb881501d0b8f8b707ca1d3fcc8b4b99fca03"
}
},
"license": "MIT",
"version": "0.22.7",
"version": "0.22.8",
"description": "The file syntaxes/clojure.tmLanguage.json was derived from the Atom package https://github.com/atom/language-clojure which was originally converted from the TextMate bundle https://github.com/mmcgrana/textmate-clojure."
}
],

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/atom/language-clojure/commit/de877502aa4a77ccdc2c7f0c9180436aea3effff",
"version": "https://github.com/atom/language-clojure/commit/45bdb881501d0b8f8b707ca1d3fcc8b4b99fca03",
"name": "Clojure",
"scopeName": "source.clojure",
"patterns": [
@ -79,35 +79,31 @@
"name": "constant.language.boolean.clojure"
},
{
"match": "(-?\\d+/\\d+)",
"match": "(##(?:Inf|-Inf|NaN))",
"name": "constant.numeric.symbol.clojure"
},
{
"match": "([-+]?\\d+/\\d+)",
"name": "constant.numeric.ratio.clojure"
},
{
"match": "(-?\\d+[rR]\\w+)",
"match": "([-+]?(?:(?:3[0-6])|(?:[12]\\d)|[2-9])[rR][0-9A-Za-z]+N?)",
"name": "constant.numeric.arbitrary-radix.clojure"
},
{
"match": "(-?0[xX][0-9a-fA-F]+)",
"match": "([-+]?0[xX][0-9a-fA-F]+N?)",
"name": "constant.numeric.hexadecimal.clojure"
},
{
"match": "(-?0\\d+)",
"match": "([-+]?0[0-7]+N?)",
"name": "constant.numeric.octal.clojure"
},
{
"match": "(-?\\d+\\.\\d+([eE][+-]?\\d+)?M)",
"name": "constant.numeric.bigdecimal.clojure"
},
{
"match": "(-?\\d+\\.\\d+([eE][+-]?\\d+)?)",
"match": "([-+]?[0-9]+(?:(\\.|(?=[eEM]))[0-9]*([eE][-+]?[0-9]+)?)M?)",
"name": "constant.numeric.double.clojure"
},
{
"match": "(-?\\d+N)",
"name": "constant.numeric.bigint.clojure"
},
{
"match": "(-?\\d+)",
"match": "([-+]?\\d+N?)",
"name": "constant.numeric.long.clojure"
},
{

View file

@ -6,7 +6,7 @@
"git": {
"name": "jeff-hykin/cpp-textmate-grammar",
"repositoryUrl": "https://github.com/jeff-hykin/cpp-textmate-grammar",
"commitHash": "0ef79f098ed80ce5a86be4ed40f99ebcdbac4895"
"commitHash": "db3f4e4a5d8335b2f6d689bec490c23f8313630f"
}
},
"license": "MIT",

View file

@ -6,7 +6,7 @@
"git": {
"name": "dotnet/csharp-tmLanguage",
"repositoryUrl": "https://github.com/dotnet/csharp-tmLanguage",
"commitHash": "483d25bfa2b96474b55d2e9e4d1ca2acbd542034"
"commitHash": "16612717ccd557383c0c821d7b6ae6662492ffde"
}
},
"license": "MIT",

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/483d25bfa2b96474b55d2e9e4d1ca2acbd542034",
"version": "https://github.com/dotnet/csharp-tmLanguage/commit/16612717ccd557383c0c821d7b6ae6662492ffde",
"name": "C#",
"scopeName": "source.cs",
"patterns": [
@ -997,7 +997,7 @@
"name": "keyword.other.where.cs"
},
"2": {
"name": "storage.type.cs"
"name": "entity.name.type.type-parameter.cs"
},
"3": {
"name": "punctuation.separator.colon.cs"
@ -4120,7 +4120,7 @@
"match": "(@?[_[:alpha:]][_[:alnum:]]*)\\s*(\\.)",
"captures": {
"1": {
"name": "storage.type.cs"
"name": "entity.name.type.cs"
},
"2": {
"name": "punctuation.accessor.cs"
@ -4134,12 +4134,12 @@
"name": "punctuation.accessor.cs"
},
"2": {
"name": "storage.type.cs"
"name": "entity.name.type.cs"
}
}
},
{
"name": "storage.type.cs",
"name": "entity.name.type.cs",
"match": "@?[_[:alpha:]][_[:alnum:]]*"
}
]

View file

@ -6,7 +6,7 @@
"git": {
"name": "ionide/ionide-fsgrammar",
"repositoryUrl": "https://github.com/ionide/ionide-fsgrammar",
"commitHash": "bba27391e61090035449b5c1e5c4b9d396bc4c9b"
"commitHash": "3311701c243d6ed5b080a2ee16ada51540a08c50"
}
},
"license": "MIT",

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/ionide/ionide-fsgrammar/commit/bba27391e61090035449b5c1e5c4b9d396bc4c9b",
"version": "https://github.com/ionide/ionide-fsgrammar/commit/3311701c243d6ed5b080a2ee16ada51540a08c50",
"name": "fsharp",
"scopeName": "source.fsharp",
"patterns": [
@ -525,6 +525,15 @@
},
"comments": {
"patterns": [
{
"name": "comment.literate.command.fsharp",
"match": "(\\(\\*{3}.*\\*{3}\\))",
"beginCaptures": {
"1": {
"name": "comment.block.fsharp"
}
}
},
{
"name": "comment.block.markdown.fsharp",
"begin": "^\\s*(\\(\\*\\*(?!\\)))((?!\\*\\)).)*$",

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/microsoft/TypeScript-TmLanguage/commit/644389aef914fc6fbc97a4dd799cc2d1431ffc87",
"version": "https://github.com/microsoft/TypeScript-TmLanguage/commit/56b7270f094b036256774702e3b7f96490981190",
"name": "JavaScript (with React support)",
"scopeName": "source.js",
"patterns": [
@ -5293,6 +5293,27 @@
}
}
},
{
"begin": "(?x)((@)template)\\s+(?={)",
"beginCaptures": {
"1": {
"name": "storage.type.class.jsdoc"
},
"2": {
"name": "punctuation.definition.block.tag.jsdoc"
}
},
"end": "(?=\\s|\\*/|[^{}\\[\\]A-Za-z_$])",
"patterns": [
{
"include": "#jsdoctype"
},
{
"name": "variable.other.jsdoc",
"match": "([A-Za-z_$][\\w$.\\[\\]]*)"
}
]
},
{
"match": "(?x)\n(\n (@)\n (?:arg|argument|const|constant|member|namespace|param|var)\n)\n\\s+\n(\n [A-Za-z_$]\n [\\w$.\\[\\]]*\n)",
"captures": {

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/microsoft/TypeScript-TmLanguage/commit/644389aef914fc6fbc97a4dd799cc2d1431ffc87",
"version": "https://github.com/microsoft/TypeScript-TmLanguage/commit/56b7270f094b036256774702e3b7f96490981190",
"name": "JavaScript (with React support)",
"scopeName": "source.js.jsx",
"patterns": [
@ -5293,6 +5293,27 @@
}
}
},
{
"begin": "(?x)((@)template)\\s+(?={)",
"beginCaptures": {
"1": {
"name": "storage.type.class.jsdoc"
},
"2": {
"name": "punctuation.definition.block.tag.jsdoc"
}
},
"end": "(?=\\s|\\*/|[^{}\\[\\]A-Za-z_$])",
"patterns": [
{
"include": "#jsdoctype"
},
{
"name": "variable.other.jsdoc",
"match": "([A-Za-z_$][\\w$.\\[\\]]*)"
}
]
},
{
"match": "(?x)\n(\n (@)\n (?:arg|argument|const|constant|member|namespace|param|var)\n)\n\\s+\n(\n [A-Za-z_$]\n [\\w$.\\[\\]]*\n)",
"captures": {

View file

@ -6,11 +6,11 @@
"git": {
"name": "JuliaEditorSupport/atom-language-julia",
"repositoryUrl": "https://github.com/JuliaEditorSupport/atom-language-julia",
"commitHash": "cbf818c487848f8ab1293e0ff6650aaa3bf02f98"
"commitHash": "0805e96e0856cab9b33a1f1025f5613cfa19189b"
}
},
"license": "MIT",
"version": "0.21.2"
"version": "0.22.1"
}
],
"version": 1

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/JuliaEditorSupport/atom-language-julia/commit/cbf818c487848f8ab1293e0ff6650aaa3bf02f98",
"version": "https://github.com/JuliaEditorSupport/atom-language-julia/commit/0805e96e0856cab9b33a1f1025f5613cfa19189b",
"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/",
@ -56,12 +56,12 @@
"name": "meta.bracket.julia"
}
},
"end": "(?:\\])(?:(\\.)?'*)",
"end": "(\\])((?:\\.)?'*)",
"endCaptures": {
"0": {
"1": {
"name": "meta.bracket.julia"
},
"1": {
"2": {
"name": "keyword.operator.transpose.julia"
}
},
@ -95,10 +95,13 @@
"name": "meta.bracket.julia"
}
},
"end": "\\)",
"end": "(\\))((?:\\.)?'*)",
"endCaptures": {
"0": {
"1": {
"name": "meta.bracket.julia"
},
"2": {
"name": "keyword.operator.transpose.julia"
}
},
"patterns": [
@ -286,7 +289,7 @@
"number": {
"patterns": [
{
"match": "((?<!(?:[[:word:]_!\\p{Lu}\\p{Ll}\\p{Lt}\\p{Lm}\\p{Lo}\\p{Nl}\\p{Sc}⅀-⅄∿⊾⊿⊤⊥∂∅-∇∎∏∐∑∞∟∫-∳⋀-⋃◸-◿♯⟘⟙⟀⟁⦰-⦴⨀-⨆⨉-⨖⨛⨜𝛁𝛛𝛻𝜕𝜵𝝏𝝯𝞉𝞩𝟃ⁱ-⁾₁-₎∠-∢⦛-⦯℘℮゛-゜𝟎-𝟡]|[^\\P{Mn}\u0001-¡]|[^\\P{Mc}\u0001-¡]|[^\\P{Nd}\u0001-¡]|[^\\P{Pc}\u0001-¡]|[^\\P{Sk}\u0001-¡]|[^\\P{Me}\u0001-¡]|[^\\P{No}\u0001-¡]|[-‷⁗]|[^\\P{So}←-⇿]))(?:(?:\\b0(?:x|X)[0-9a-fA-F](?:_?[0-9a-fA-F])*)|(?:\\b0o[0-7](?:_?[0-7])*)|(?:\\b0b[0-1](?:_?[0-1])*)|(?:(?:\\b[0-9](?:_?[0-9])*\\.?(?!\\.)(?:[_0-9]*))|(?:\\.[0-9](?:_?[0-9])*))(?:[efE][+-]?[0-9](?:_?[0-9])*)?(?:im\\b|Inf(?:16|32|64)?\\b|NaN(?:16|32|64)?\\b|π\\b|pi\\b|\\b)?|\\bInf(?:16|32|64)?\\b|\\bNaN(?:16|32|64)?\\b|\\bπ\\b|\\bpi\\b|\\b\\b))('*)",
"match": "((?<!(?:[[:word:]_!\\p{Lu}\\p{Ll}\\p{Lt}\\p{Lm}\\p{Lo}\\p{Nl}\\p{Sc}⅀-⅄∿⊾⊿⊤⊥∂∅-∇∎∏∐∑∞∟∫-∳⋀-⋃◸-◿♯⟘⟙⟀⟁⦰-⦴⨀-⨆⨉-⨖⨛⨜𝛁𝛛𝛻𝜕𝜵𝝏𝝯𝞉𝞩𝟃ⁱ-⁾₁-₎∠-∢⦛-⦯℘℮゛-゜𝟎-𝟡]|[^\\P{Mn}\u0001-¡]|[^\\P{Mc}\u0001-¡]|[^\\P{Nd}\u0001-¡]|[^\\P{Pc}\u0001-¡]|[^\\P{Sk}\u0001-¡]|[^\\P{Me}\u0001-¡]|[^\\P{No}\u0001-¡]|[-‷⁗]|[^\\P{So}←-⇿]))(?:(?:\\b0(?:x|X)[0-9a-fA-F](?:_?[0-9a-fA-F])*)|(?:\\b0o[0-7](?:_?[0-7])*)|(?:\\b0b[0-1](?:_?[0-1])*)|(?:(?:\\b[0-9](?:_?[0-9])*\\.?(?!\\.)(?:[_0-9]*))|(?:\\b\\.[0-9](?:_?[0-9])*))(?:[efE][+-]?[0-9](?:_?[0-9])*)?(?:im\\b|Inf(?:16|32|64)?\\b|NaN(?:16|32|64)?\\b|π\\b|pi\\b|\\b)?|\\b[0-9]+|\\bInf(?:16|32|64)?\\b|\\bNaN(?:16|32|64)?\\b|\\bπ\\b|\\bpi\\b|\\b\\b))('*)",
"captures": {
"1": {
"name": "constant.numeric.julia"

View file

@ -6,11 +6,11 @@
"git": {
"name": "jlelong/vscode-latex-basics",
"repositoryUrl": "https://github.com/jlelong/vscode-latex-basics",
"commitHash": "de12bcd961c686e147190f15a951b4336f0128e4"
"commitHash": "b98c2d4911652824fc990f4b26c9c30be59b78a2"
}
},
"license": "MIT",
"version": "1.1.0",
"version": "1.2.0",
"description": "The files in syntaxes/ were originally part of https://github.com/James-Yu/LaTeX-Workshop. They have been extracted in the hope that they can useful outside of the LaTeX-Workshop extension.",
"licenseDetail": [
"Copyright (c) vscode-latex-basics authors",

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/jlelong/vscode-latex-basics/commit/9cf1f20ba492010ce6ac2ae22727ed754ee6c8cd",
"version": "https://github.com/jlelong/vscode-latex-basics/commit/b98c2d4911652824fc990f4b26c9c30be59b78a2",
"name": "BibTeX",
"scopeName": "text.bibtex",
"comment": "Grammar based on description from http://artis.imag.fr/~Xavier.Decoret/resources/xdkbibtex/bibtex_summary.html#comment\n\t\n\tTODO: Does not support @preamble\n\t",

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/jlelong/vscode-latex-basics/commit/de12bcd961c686e147190f15a951b4336f0128e4",
"version": "https://github.com/jlelong/vscode-latex-basics/commit/b98c2d4911652824fc990f4b26c9c30be59b78a2",
"name": "LaTeX",
"scopeName": "text.tex.latex",
"patterns": [

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/jlelong/vscode-latex-basics/commit/d305bcea7410e19e32d2334f453c34c6d7e05edf",
"version": "https://github.com/jlelong/vscode-latex-basics/commit/b98c2d4911652824fc990f4b26c9c30be59b78a2",
"name": "TeX",
"scopeName": "text.tex",
"patterns": [

View file

@ -6,11 +6,11 @@
"git": {
"name": "Ikuyadeu/vscode-R",
"repositoryUrl": "https://github.com/Ikuyadeu/vscode-R",
"commitHash": "f99fdd79533b62b0b6eb6142190963349aa621d7"
"commitHash": "d968decca543045fb3488d62a27ff2ecfa3c40c4"
}
},
"license": "MIT",
"version": "2.3.2"
"version": "2.3.5"
}
],
"version": 1

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/Ikuyadeu/vscode-R/commit/f99fdd79533b62b0b6eb6142190963349aa621d7",
"version": "https://github.com/Ikuyadeu/vscode-R/commit/d968decca543045fb3488d62a27ff2ecfa3c40c4",
"name": "R",
"scopeName": "source.r",
"patterns": [
@ -140,6 +140,17 @@
},
"match": "([[:alpha:].][[:alnum:]._]*)\\s*(=)(?=[^=])"
},
{
"captures": {
"1": {
"name": "variable.parameter.r"
},
"2": {
"name": "keyword.operator.assignment.r"
}
},
"match": "(`[^`]+`)\\s*(=)(?=[^=])"
},
{
"match": "\\b([\\d_][[:alnum:]._]+)\\b",
"name": "invalid.illegal.variable.other.r"
@ -151,6 +162,10 @@
{
"match": "\\b([[:alnum:]._]+)\\b",
"name": "variable.other.r"
},
{
"match": "(`[^`]+`)",
"name": "variable.other.r"
}
]
},
@ -204,6 +219,96 @@
},
"strings": {
"patterns": [
{
"begin": "[rR]\"(-*)\\[",
"beginCaptures": {
"0": {
"name": "punctuation.definition.string.raw.begin.r"
}
},
"end": "\\]\\1\"",
"endCaptures": {
"0": {
"name": "punctuation.definition.string.raw.end.r"
}
},
"name": "string.quoted.double.raw.r"
},
{
"begin": "[rR]'(-*)\\[",
"beginCaptures": {
"0": {
"name": "punctuation.definition.string.raw.begin.r"
}
},
"end": "\\]\\1'",
"endCaptures": {
"0": {
"name": "punctuation.definition.string.raw.end.r"
}
},
"name": "string.quoted.single.raw.r"
},
{
"begin": "[rR]\"(-*)\\{",
"beginCaptures": {
"0": {
"name": "punctuation.definition.string.raw.begin.r"
}
},
"end": "\\}\\1\"",
"endCaptures": {
"0": {
"name": "punctuation.definition.string.raw.end.r"
}
},
"name": "string.quoted.double.raw.r"
},
{
"begin": "[rR]'(-*)\\{",
"beginCaptures": {
"0": {
"name": "punctuation.definition.string.raw.begin.r"
}
},
"end": "\\}\\1'",
"endCaptures": {
"0": {
"name": "punctuation.definition.string.raw.end.r"
}
},
"name": "string.quoted.single.raw.r"
},
{
"begin": "[rR]\"(-*)\\(",
"beginCaptures": {
"0": {
"name": "punctuation.definition.string.raw.begin.r"
}
},
"end": "\\)\\1\"",
"endCaptures": {
"0": {
"name": "punctuation.definition.string.raw.end.r"
}
},
"name": "string.quoted.double.raw.r"
},
{
"begin": "[rR]'(-*)\\(",
"beginCaptures": {
"0": {
"name": "punctuation.definition.string.raw.begin.r"
}
},
"end": "\\)\\1'",
"endCaptures": {
"0": {
"name": "punctuation.definition.string.raw.end.r"
}
},
"name": "string.quoted.single.raw.r"
},
{
"begin": "\"",
"beginCaptures": {
@ -245,27 +350,6 @@
"name": "constant.character.escape.r"
}
]
},
{
"begin": "`",
"beginCaptures": {
"0": {
"name": "punctuation.definition.string.begin.r"
}
},
"end": "`",
"endCaptures": {
"0": {
"name": "punctuation.definition.string.end.r"
}
},
"name": "variable.parameter.r",
"patterns": [
{
"match": "\\\\.",
"name": "variable.parameter.r"
}
]
}
]
},
@ -400,7 +484,7 @@
},
{
"match": "(?:[a-zA-Z._][\\w.]*|`[^`]+`)",
"name": "variable.parameter.r"
"name": "variable.other.r"
},
{
"begin": "(?==)",
@ -451,7 +535,7 @@
},
{
"match": "(?:[a-zA-Z._][\\w.]*|`[^`]+`)(?=\\s[^=])",
"name": "variable.parameter.r"
"name": "variable.other.r"
},
{
"begin": "(?==)",
@ -466,12 +550,6 @@
"match": ",",
"name": "punctuation.separator.parameters.r"
},
{
"end": "\\)",
"endCaptures": {
"0": "punctuation.section.parens.end.r"
}
},
{
"include": "source.r"
}

View file

@ -6,12 +6,12 @@
"git": {
"name": "atom/language-sass",
"repositoryUrl": "https://github.com/atom/language-sass",
"commitHash": "303bbf0c250fe380b9e57375598cfd916110758b"
"commitHash": "f52ab12f7f9346cc2568129d8c4419bd3d506b47"
}
},
"license": "MIT",
"description": "The file syntaxes/scss.json was derived from the Atom package https://github.com/atom/language-sass which was originally converted from the TextMate bundle https://github.com/alexsancho/SASS.tmbundle.",
"version": "0.61.4"
"version": "0.62.1"
}
],
"version": 1

View file

@ -6,7 +6,7 @@
"git": {
"name": "TypeScript-TmLanguage",
"repositoryUrl": "https://github.com/microsoft/TypeScript-TmLanguage",
"commitHash": "644389aef914fc6fbc97a4dd799cc2d1431ffc87"
"commitHash": "56b7270f094b036256774702e3b7f96490981190"
}
},
"license": "MIT",

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/microsoft/TypeScript-TmLanguage/commit/644389aef914fc6fbc97a4dd799cc2d1431ffc87",
"version": "https://github.com/microsoft/TypeScript-TmLanguage/commit/56b7270f094b036256774702e3b7f96490981190",
"name": "TypeScript",
"scopeName": "source.ts",
"patterns": [
@ -5342,6 +5342,27 @@
}
}
},
{
"begin": "(?x)((@)template)\\s+(?={)",
"beginCaptures": {
"1": {
"name": "storage.type.class.jsdoc"
},
"2": {
"name": "punctuation.definition.block.tag.jsdoc"
}
},
"end": "(?=\\s|\\*/|[^{}\\[\\]A-Za-z_$])",
"patterns": [
{
"include": "#jsdoctype"
},
{
"name": "variable.other.jsdoc",
"match": "([A-Za-z_$][\\w$.\\[\\]]*)"
}
]
},
{
"match": "(?x)\n(\n (@)\n (?:arg|argument|const|constant|member|namespace|param|var)\n)\n\\s+\n(\n [A-Za-z_$]\n [\\w$.\\[\\]]*\n)",
"captures": {

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/microsoft/TypeScript-TmLanguage/commit/644389aef914fc6fbc97a4dd799cc2d1431ffc87",
"version": "https://github.com/microsoft/TypeScript-TmLanguage/commit/56b7270f094b036256774702e3b7f96490981190",
"name": "TypeScriptReact",
"scopeName": "source.tsx",
"patterns": [
@ -5293,6 +5293,27 @@
}
}
},
{
"begin": "(?x)((@)template)\\s+(?={)",
"beginCaptures": {
"1": {
"name": "storage.type.class.jsdoc"
},
"2": {
"name": "punctuation.definition.block.tag.jsdoc"
}
},
"end": "(?=\\s|\\*/|[^{}\\[\\]A-Za-z_$])",
"patterns": [
{
"include": "#jsdoctype"
},
{
"name": "variable.other.jsdoc",
"match": "([A-Za-z_$][\\w$.\\[\\]]*)"
}
]
},
{
"match": "(?x)\n(\n (@)\n (?:arg|argument|const|constant|member|namespace|param|var)\n)\n\\s+\n(\n [A-Za-z_$]\n [\\w$.\\[\\]]*\n)",
"captures": {

View file

@ -1552,13 +1552,13 @@
},
{
"c": "List",
"t": "source.cs storage.type.cs",
"t": "source.cs entity.name.type.cs",
"r": {
"dark_plus": "storage.type.cs: #4EC9B0",
"light_plus": "storage.type.cs: #267F99",
"dark_vs": "storage.type: #569CD6",
"light_vs": "storage.type: #0000FF",
"hc_black": "storage.type.cs: #4EC9B0"
"dark_plus": "entity.name.type: #4EC9B0",
"light_plus": "entity.name.type: #267F99",
"dark_vs": "default: #D4D4D4",
"light_vs": "default: #000000",
"hc_black": "entity.name.type: #4EC9B0"
}
},
{
@ -1640,13 +1640,13 @@
},
{
"c": "List",
"t": "source.cs storage.type.cs",
"t": "source.cs entity.name.type.cs",
"r": {
"dark_plus": "storage.type.cs: #4EC9B0",
"light_plus": "storage.type.cs: #267F99",
"dark_vs": "storage.type: #569CD6",
"light_vs": "storage.type: #0000FF",
"hc_black": "storage.type.cs: #4EC9B0"
"dark_plus": "entity.name.type: #4EC9B0",
"light_plus": "entity.name.type: #267F99",
"dark_vs": "default: #D4D4D4",
"light_vs": "default: #000000",
"hc_black": "entity.name.type: #4EC9B0"
}
},
{
@ -1794,13 +1794,13 @@
},
{
"c": "List",
"t": "source.cs storage.type.cs",
"t": "source.cs entity.name.type.cs",
"r": {
"dark_plus": "storage.type.cs: #4EC9B0",
"light_plus": "storage.type.cs: #267F99",
"dark_vs": "storage.type: #569CD6",
"light_vs": "storage.type: #0000FF",
"hc_black": "storage.type.cs: #4EC9B0"
"dark_plus": "entity.name.type: #4EC9B0",
"light_plus": "entity.name.type: #267F99",
"dark_vs": "default: #D4D4D4",
"light_vs": "default: #000000",
"hc_black": "entity.name.type: #4EC9B0"
}
},
{
@ -1882,13 +1882,13 @@
},
{
"c": "List",
"t": "source.cs storage.type.cs",
"t": "source.cs entity.name.type.cs",
"r": {
"dark_plus": "storage.type.cs: #4EC9B0",
"light_plus": "storage.type.cs: #267F99",
"dark_vs": "storage.type: #569CD6",
"light_vs": "storage.type: #0000FF",
"hc_black": "storage.type.cs: #4EC9B0"
"dark_plus": "entity.name.type: #4EC9B0",
"light_plus": "entity.name.type: #267F99",
"dark_vs": "default: #D4D4D4",
"light_vs": "default: #000000",
"hc_black": "entity.name.type: #4EC9B0"
}
},
{
@ -2003,13 +2003,13 @@
},
{
"c": "List",
"t": "source.cs storage.type.cs",
"t": "source.cs entity.name.type.cs",
"r": {
"dark_plus": "storage.type.cs: #4EC9B0",
"light_plus": "storage.type.cs: #267F99",
"dark_vs": "storage.type: #569CD6",
"light_vs": "storage.type: #0000FF",
"hc_black": "storage.type.cs: #4EC9B0"
"dark_plus": "entity.name.type: #4EC9B0",
"light_plus": "entity.name.type: #267F99",
"dark_vs": "default: #D4D4D4",
"light_vs": "default: #000000",
"hc_black": "entity.name.type: #4EC9B0"
}
},
{