helix-mods/runtime/queries/ohm/injections.scm
Novus Nota 2d9e336f64
feat: Add Ohm language support (#9991)
* feat: Add `Ohm` language support

Hope this commit makes it into release :)

* Update runtime/queries/ohm/highlights.scm

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>

* chore: final newline

---------

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2024-03-24 23:30:59 +01:00

7 lines
220 B
Scheme

; See: https://docs.helix-editor.com/guides/injection.html
((singleline_comment) @injection.content
(#set! injection.language "comment"))
((multiline_comment) @injection.content
(#set! injection.language "comment"))