mirror of
https://github.com/helix-editor/helix
synced 2026-08-04 14:27:07 +02:00
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.
7 lines
173 B
Scheme
7 lines
173 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
((preproc_arg) @injection.content
|
|
(#set! injection.language "c")
|
|
(#set! injection.include-children))
|