Files
helix/runtime/queries/c/injections.scm
Michael Davis ec90947f01 Revert "Add language support for Doxygen"
This reverts commit a262aab7be.

The Nix build can't handle a sha256 grammar repo without either making
the entire build impure or introducing a hash into the Nix files.
2026-07-04 18:01:34 -04:00

7 lines
173 B
Scheme

((comment) @injection.content
(#set! injection.language "comment"))
((preproc_arg) @injection.content
(#set! injection.language "c")
(#set! injection.include-children))