diff options
author | Novus Nota | 2024-03-24 22:30:59 +0000 |
---|---|---|
committer | GitHub | 2024-03-24 22:30:59 +0000 |
commit | 2d9e336f640cccdd347e35289c3e4c0371777a3f (patch) | |
tree | 4c0459834ad0796de350b169aa9e6d1da4996e27 /runtime/queries/ohm/injections.scm | |
parent | 47995bfb0cf3b0bc232a87340c7a01ff26d45bbc (diff) |
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>
Diffstat (limited to 'runtime/queries/ohm/injections.scm')
-rw-r--r-- | runtime/queries/ohm/injections.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/queries/ohm/injections.scm b/runtime/queries/ohm/injections.scm new file mode 100644 index 00000000..dc50a765 --- /dev/null +++ b/runtime/queries/ohm/injections.scm @@ -0,0 +1,7 @@ +; 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")) |