aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/cpp/injections.scm
Commit message (Collapse)AuthorAge
* Update tree-sitter-cpp, support injections in tagged rawstrings (#5457)Sam McCall2023-01-11
| | | | | | | | The grammar now exposes the delimiter of raw-strings. We can now inject the inner grammar in cases like: const char* script = R"js( alert('hello world!'); )js";
* Highlight comments in c, cpp, cmake and llvm (#1309)Sebastian Neubauer2021-12-20
Also, reuse the c injections in glsl