Pull in cpp grammar fixes (#152449)

This commit is contained in:
Alex Ross 2022-06-17 13:17:09 +02:00 committed by GitHub
parent 630809a1ea
commit 4e53b01452
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 605 additions and 603 deletions

View file

@ -6,11 +6,11 @@
"git": {
"name": "jeff-hykin/better-cpp-syntax",
"repositoryUrl": "https://github.com/jeff-hykin/better-cpp-syntax",
"commitHash": "156fc0eef532928c9dbf22f622d4a8efc7d97a6b"
"commitHash": "ddcaa65af8a578881e0d38f3c1cf5259a1128ab5"
}
},
"license": "MIT",
"version": "1.15.13",
"version": "1.15.17",
"description": "The original JSON grammars were derived from https://github.com/atom/language-c which was originally converted from the C TextMate bundle https://github.com/textmate/c.tmbundle."
},
{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1345,7 +1345,7 @@
},
{
"c": "a",
"t": "source.cpp meta.preprocessor.macro.cpp variable.parameter.preprocessor.cpp",
"t": "source.cpp meta.preprocessor.macro.cpp meta.function.preprocessor.parameters.cpp variable.parameter.preprocessor.cpp",
"r": {
"dark_plus": "variable: #9CDCFE",
"light_plus": "variable: #001080",
@ -1357,7 +1357,7 @@
},
{
"c": ",",
"t": "source.cpp meta.preprocessor.macro.cpp punctuation.separator.parameters.cpp",
"t": "source.cpp meta.preprocessor.macro.cpp meta.function.preprocessor.parameters.cpp punctuation.separator.parameters.cpp",
"r": {
"dark_plus": "meta.preprocessor: #569CD6",
"light_plus": "meta.preprocessor: #0000FF",
@ -1369,7 +1369,7 @@
},
{
"c": " ",
"t": "source.cpp meta.preprocessor.macro.cpp",
"t": "source.cpp meta.preprocessor.macro.cpp meta.function.preprocessor.parameters.cpp",
"r": {
"dark_plus": "meta.preprocessor: #569CD6",
"light_plus": "meta.preprocessor: #0000FF",
@ -1381,7 +1381,7 @@
},
{
"c": "b",
"t": "source.cpp meta.preprocessor.macro.cpp variable.parameter.preprocessor.cpp",
"t": "source.cpp meta.preprocessor.macro.cpp meta.function.preprocessor.parameters.cpp variable.parameter.preprocessor.cpp",
"r": {
"dark_plus": "variable: #9CDCFE",
"light_plus": "variable: #001080",