1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-07 20:46:21 +01:00
helix/runtime/queries/haxe/injections.scm
2025-11-11 08:35:35 -06:00

7 lines
212 B
Scheme

((interpolation) @injection.content
(#set! injection.language "haxe"))
((comment) @injection.content
(#set! injection.language "jsdoc"))
; ((comment) @injection.content
; (#set! injection.language "comment"))