helix/runtime
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
..
grammars Dynamically load grammar libraries at runtime 2021-07-14 10:00:05 +09:00
queries Update tree-sitter-cpp, support injections in tagged rawstrings (#5457) 2023-01-10 19:57:10 -06:00
themes Acme Theme - Add ui.linenr configuration (#5488) 2023-01-10 15:59:12 -06:00
tutor Fix a small typo in tutor document (#5449) 2023-01-08 08:30:37 -06:00