1
0
mirror of https://github.com/helix-editor/helix synced 2026-01-26 17:48:22 +01:00
helix/runtime/queries/slang/injections.scm
CalebLarsen 46cb177792
feat: add basic Slang support (#13449)
Co-authored-by: uncenter <uncenter@uncenter.dev>
2025-05-05 09:03:40 -05:00

6 lines
143 B
Scheme

((preproc_arg) @injection.content
(#set! injection.language "slang"))
((comment) @injection.content
(#set! injection.language "comment"))