You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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";
1 year ago
..
grammars Dynamically load grammar libraries at runtime 3 years ago
queries Update tree-sitter-cpp, support injections in tagged rawstrings (#5457) 1 year ago
themes Acme Theme - Add `ui.linenr` configuration (#5488) 1 year ago
tutor Fix a small typo in tutor document (#5449) 1 year ago