1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
helix/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
indents.scm
injections.scm Update tree-sitter-cpp, support injections in tagged rawstrings (#5457) 2023-01-10 19:57:10 -06:00
textobjects.scm