mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 14:42:57 +02:00
* Add Elm language support * Fix docs gen * Updates based on PR feedback
5 lines
99 B
Scheme
5 lines
99 B
Scheme
; Parse glsl where defined
|
|
|
|
((glsl_content) @injection.content
|
|
(#set! injection.language "glsl"))
|