mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 18:12:45 -05:00
Pull in cpp grammar fixes (#152449)
This commit is contained in:
@@ -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
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user