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": {
"name": "jeff-hykin/cpp-textmate-grammar",
"repositoryUrl": "https://github.com/jeff-hykin/cpp-textmate-grammar",
"commitHash": "f074a48ae0b7ba313af3faf3d8bfda8537864bd1"
"commitHash": "cb4565d3ac2e04138effb732b1217650636eb1de"
}
},
"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."
},
{

View file

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

View file

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

File diff suppressed because one or more lines are too long

View file

@ -353,7 +353,7 @@
},
{
"c": "function",
"t": "source.r meta.function.r meta.function.r keyword.control.r",
"t": "source.r meta.function.r keyword.control.r",
"r": {
"dark_plus": "keyword.control: #C586C0",
"light_plus": "keyword.control: #AF00DB",
@ -364,7 +364,7 @@
},
{
"c": "(",
"t": "source.r meta.function.r meta.function.r punctuation.section.parens.begin.r",
"t": "source.r punctuation.section.parens.begin.r",
"r": {
"dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000",
@ -375,7 +375,7 @@
},
{
"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": {
"dark_plus": "variable: #9CDCFE",
"light_plus": "variable: #001080",
@ -385,19 +385,8 @@
}
},
{
"c": ",",
"t": "source.r meta.function.r meta.function.r meta.function.parameters.r punctuation.separator.parameters.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",
"c": ", ",
"t": "source.r",
"r": {
"dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000",
@ -408,7 +397,7 @@
},
{
"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": {
"dark_plus": "variable: #9CDCFE",
"light_plus": "variable: #001080",
@ -419,7 +408,7 @@
},
{
"c": ")",
"t": "source.r meta.function.r meta.function.r punctuation.section.parens.end.r",
"t": "source.r punctuation.section.parens.end.r",
"r": {
"dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000",