mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Update grammars
Also added a test for an existing c++ syntax highlighting issue.
This commit is contained in:
@@ -18,5 +18,6 @@ int main () {
|
||||
Rectangle rect;
|
||||
rect.set_values (3,4);
|
||||
cout << "area: " << rect.area();
|
||||
Task<ANY_OUTPUT_TYPE, ANY_INPUT_TYPE>::links_to;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user