e72786df8e
* Add tree-sitter-comment Fix #1164 * fix precedence in tree-sitter-comment highlights connects https://github.com/helix-editor/helix/pull/1170 * set injection-regex for comment language * remove comment filetype * fix comment injections for neovim-style injections tags * add comment injections for elixir * remove f.comment * fix spacing in .gitmodules * run 'cargo xtask docgen' Co-authored-by: Ivan Tham <pickfire@riseup.net>
7 lines
231 B
Scheme
7 lines
231 B
Scheme
; TODO: re-add when markdown is added.
|
|
; ((triple_string) @injection.content
|
|
; (#offset! @injection.content 0 3 0 -3)
|
|
; (#set! injection.language "markdown"))
|
|
|
|
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|