1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
helix/runtime/queries/elm/injections.scm
Jared Ramirez b2c8aa1ee7
feat(languages): Elm (#1514)
* Add Elm language support

* Fix docs gen

* Updates based on PR feedback
2022-01-21 00:47:23 +09:00

5 lines
99 B
Scheme

; Parse glsl where defined
((glsl_content) @injection.content
(#set! injection.language "glsl"))