mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
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>
8 lines
220 B
Scheme
8 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"))
|