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-plus/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";
1 year ago
..
highlights.scm c/c++ highlighting: various tweaks 2 years ago
indents.scm Indentation rework (#1562) 2 years ago
injections.scm Update tree-sitter-cpp, support injections in tagged rawstrings (#5457) 1 year ago
textobjects.scm Add textobjects and indents to c and cpp (#1293) 2 years ago