mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
b2c8aa1ee7
* 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"))
|