Update grammars

This commit is contained in:
Alex Ross 2021-08-30 14:45:57 +02:00
parent b64b1821ae
commit 6ceee3192e
No known key found for this signature in database
GPG key ID: 89DDDBA66CBA7840
6 changed files with 24 additions and 32 deletions

View file

@ -6,11 +6,11 @@
"git": { "git": {
"name": "jeff-hykin/cpp-textmate-grammar", "name": "jeff-hykin/cpp-textmate-grammar",
"repositoryUrl": "https://github.com/jeff-hykin/cpp-textmate-grammar", "repositoryUrl": "https://github.com/jeff-hykin/cpp-textmate-grammar",
"commitHash": "f074a48ae0b7ba313af3faf3d8bfda8537864bd1" "commitHash": "cb4565d3ac2e04138effb732b1217650636eb1de"
} }
}, },
"license": "MIT", "license": "MIT",
"version": "1.15.5", "version": "1.15.6",
"description": "The files syntaxes/c.json and syntaxes/c++.json were derived from https://github.com/atom/language-c which was originally converted from the C TextMate bundle https://github.com/textmate/c.tmbundle." "description": "The files syntaxes/c.json and syntaxes/c++.json were derived from https://github.com/atom/language-c which was originally converted from the C TextMate bundle https://github.com/textmate/c.tmbundle."
}, },
{ {

View file

@ -6,11 +6,11 @@
"git": { "git": {
"name": "Ikuyadeu/vscode-R", "name": "Ikuyadeu/vscode-R",
"repositoryUrl": "https://github.com/Ikuyadeu/vscode-R", "repositoryUrl": "https://github.com/Ikuyadeu/vscode-R",
"commitHash": "f98bd30417c203876969408440f656f56eba80d8" "commitHash": "c6a9803fbda262ea68c427a2339bddafed41a9d5"
} }
}, },
"license": "MIT", "license": "MIT",
"version": "2.0.0" "version": "2.1.0"
} }
], ],
"version": 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.", "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." "Once accepted there, we are happy to receive an update request."
], ],
"version": "https://github.com/Ikuyadeu/vscode-R/commit/f98bd30417c203876969408440f656f56eba80d8", "version": "https://github.com/Ikuyadeu/vscode-R/commit/c6a9803fbda262ea68c427a2339bddafed41a9d5",
"name": "R", "name": "R",
"scopeName": "source.r", "scopeName": "source.r",
"patterns": [ "patterns": [
@ -332,8 +332,8 @@
"function-declarations": { "function-declarations": {
"patterns": [ "patterns": [
{ {
"begin": "^\\s*([a-zA-Z._][\\w.:]*)\\s*(<<?-|=)\\s*(?=function\\s*\\()", "match": "((?:`[^`\\\\]*(?:\\\\.[^`\\\\]*)*`)|(?:[[:alpha:].][[:alnum:]._]*))\\s*(<?<-|=(?!=))\\s*(function)",
"beginCaptures": { "captures": {
"1": { "1": {
"name": "entity.name.function.r" "name": "entity.name.function.r"
}, },
@ -344,7 +344,6 @@
"name": "keyword.control.r" "name": "keyword.control.r"
} }
}, },
"end": "(?<=\\))",
"name": "meta.function.r", "name": "meta.function.r",
"patterns": [ "patterns": [
{ {

View file

@ -6,11 +6,11 @@
"git": { "git": {
"name": "microsoft/vscode-mssql", "name": "microsoft/vscode-mssql",
"repositoryUrl": "https://github.com/microsoft/vscode-mssql", "repositoryUrl": "https://github.com/microsoft/vscode-mssql",
"commitHash": "61ae0eb21ac53883a23e09913a5ae77a59126ff9" "commitHash": "c98518dd7418ddfb6f35676e14cf12791b0a235d"
} }
}, },
"license": "MIT", "license": "MIT",
"version": "1.9.0" "version": "1.10.1"
} }
], ],
"version": 1 "version": 1

File diff suppressed because one or more lines are too long

View file

@ -353,7 +353,7 @@
}, },
{ {
"c": "function", "c": "function",
"t": "source.r meta.function.r meta.function.r keyword.control.r", "t": "source.r meta.function.r keyword.control.r",
"r": { "r": {
"dark_plus": "keyword.control: #C586C0", "dark_plus": "keyword.control: #C586C0",
"light_plus": "keyword.control: #AF00DB", "light_plus": "keyword.control: #AF00DB",
@ -364,7 +364,7 @@
}, },
{ {
"c": "(", "c": "(",
"t": "source.r meta.function.r meta.function.r punctuation.section.parens.begin.r", "t": "source.r punctuation.section.parens.begin.r",
"r": { "r": {
"dark_plus": "default: #D4D4D4", "dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000", "light_plus": "default: #000000",
@ -375,7 +375,7 @@
}, },
{ {
"c": "x", "c": "x",
"t": "source.r meta.function.r meta.function.r meta.function.parameters.r variable.parameter.r", "t": "source.r variable.other.r",
"r": { "r": {
"dark_plus": "variable: #9CDCFE", "dark_plus": "variable: #9CDCFE",
"light_plus": "variable: #001080", "light_plus": "variable: #001080",
@ -385,19 +385,8 @@
} }
}, },
{ {
"c": ",", "c": ", ",
"t": "source.r meta.function.r meta.function.r meta.function.parameters.r punctuation.separator.parameters.r", "t": "source.r",
"r": {
"dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000",
"dark_vs": "default: #D4D4D4",
"light_vs": "default: #000000",
"hc_black": "default: #FFFFFF"
}
},
{
"c": " ",
"t": "source.r meta.function.r meta.function.r meta.function.parameters.r",
"r": { "r": {
"dark_plus": "default: #D4D4D4", "dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000", "light_plus": "default: #000000",
@ -408,7 +397,7 @@
}, },
{ {
"c": "y", "c": "y",
"t": "source.r meta.function.r meta.function.r meta.function.parameters.r variable.parameter.r", "t": "source.r variable.other.r",
"r": { "r": {
"dark_plus": "variable: #9CDCFE", "dark_plus": "variable: #9CDCFE",
"light_plus": "variable: #001080", "light_plus": "variable: #001080",
@ -419,7 +408,7 @@
}, },
{ {
"c": ")", "c": ")",
"t": "source.r meta.function.r meta.function.r punctuation.section.parens.end.r", "t": "source.r punctuation.section.parens.end.r",
"r": { "r": {
"dark_plus": "default: #D4D4D4", "dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000", "light_plus": "default: #000000",