Update grammars

Also added a test for an existing c++ syntax highlighting issue.
This commit is contained in:
Alex Ross
2019-07-01 16:39:15 +02:00
parent 039a49a5ea
commit a570522203
16 changed files with 9366 additions and 4555 deletions

View File

@@ -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;
}