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
cbea11947d
helix
/
runtime
/
queries
/
java
/
injections.scm
3 lines
92 B
Scheme
Raw
Normal View
History
Unescape
Escape
Update tree-sitter-java and add Java textobjects (#4886)
2022-11-27 00:17:10 +08:00
(
[
(
line_comment
)
(
block_comment
)
]
@injection
.
content
tree sitter comments injections (#1527) * tree sitter comments injections * trailing newlines & julia fix * Update runtime/queries/julia/injections.scm Co-authored-by: Michael Davis <michael.davis@nfiindustries.com> Co-authored-by: Michael Davis <michael.davis@nfiindustries.com>
2022-01-20 23:50:06 +08:00
(
#
set!
injection
.
language
"comment"
)
)