helix-mods/runtime/queries/cpp
Sam McCall a8248c50e1
Update tree-sitter-cpp, support injections in tagged rawstrings (#5457)
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";
2023-01-10 19:57:10 -06:00
..
highlights.scm c/c++ highlighting: various tweaks 2022-10-15 09:33:43 -05:00
indents.scm Indentation rework (#1562) 2022-03-31 00:08:07 +09:00
injections.scm Update tree-sitter-cpp, support injections in tagged rawstrings (#5457) 2023-01-10 19:57:10 -06:00
textobjects.scm Add textobjects and indents to c and cpp (#1293) 2022-01-04 10:53:04 +09:00