This website requires JavaScript.
Explore
Help
Register
Sign In
suimeng
/
helix
mirror of
https://github.com/helix-editor/helix
Watch
1
Star
0
Fork
You've already forked helix
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
71cc25cbef
helix
/
runtime
/
queries
/
ledger
/
injections.scm
3 lines
78 B
Scheme
Raw
Normal View
History
Unescape
Escape
Add tree-sitter-comment (#1300) * 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>
2021-12-19 22:56:56 +08:00
(
[
(
comment
)
(
note
)
]
@injection
.
content
(
#
set!
injection
.
language
"comment"
)
)