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
da355a3231
helix
/
runtime
/
queries
/
latex
/
injections.scm
3 lines
74 B
Scheme
Raw
Normal View
History
Unescape
Escape
Update LaTex grammar (#4528) Fix comment injection & add highlighting for math delimiters.
2022-10-31 00:45:58 +08:00
(
(
line_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"
)
)