2d9e336f64
* 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>
7 lines
220 B
Scheme
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"))
|