mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-27 05:05:10 +00:00
@@ -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/jeff-hykin/better-cpp-syntax/commit/7aef15d9203f0dfeaf075f0673ab3ab382dfb0b1",
|
||||
"version": "https://github.com/jeff-hykin/better-cpp-syntax/commit/f1d127a8af2b184db570345f0bb179503c47fdf6",
|
||||
"name": "C++",
|
||||
"scopeName": "source.cpp",
|
||||
"patterns": [
|
||||
@@ -163,6 +163,9 @@
|
||||
},
|
||||
{
|
||||
"include": "#string_context"
|
||||
},
|
||||
{
|
||||
"include": "#ever_present_context"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -195,6 +198,9 @@
|
||||
},
|
||||
{
|
||||
"include": "#number_literal"
|
||||
},
|
||||
{
|
||||
"include": "#ever_present_context"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1982,6 +1988,9 @@
|
||||
},
|
||||
{
|
||||
"include": "#string_context"
|
||||
},
|
||||
{
|
||||
"include": "#ever_present_context"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -2014,6 +2023,9 @@
|
||||
},
|
||||
{
|
||||
"include": "#number_literal"
|
||||
},
|
||||
{
|
||||
"include": "#ever_present_context"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -5222,6 +5234,9 @@
|
||||
},
|
||||
{
|
||||
"include": "#string_context"
|
||||
},
|
||||
{
|
||||
"include": "#ever_present_context"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -5254,6 +5269,9 @@
|
||||
},
|
||||
{
|
||||
"include": "#number_literal"
|
||||
},
|
||||
{
|
||||
"include": "#ever_present_context"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -6431,6 +6449,9 @@
|
||||
},
|
||||
{
|
||||
"include": "#string_context"
|
||||
},
|
||||
{
|
||||
"include": "#ever_present_context"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -6463,6 +6484,9 @@
|
||||
},
|
||||
{
|
||||
"include": "#number_literal"
|
||||
},
|
||||
{
|
||||
"include": "#ever_present_context"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -9063,6 +9087,9 @@
|
||||
"name": "comment.block.cpp punctuation.definition.comment.end.cpp"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"include": "#ever_present_context"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -9860,6 +9887,9 @@
|
||||
},
|
||||
{
|
||||
"include": "#evaluation_context"
|
||||
},
|
||||
{
|
||||
"include": "#ever_present_context"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user