Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update tree-sitter-cpp, support injections in tagged rawstrings (#5457) | Sam McCall | 2023-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 Neubauer | 2021-12-20 |
Also, reuse the c injections in glsl |