mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
fix(grammar): Add block_comment
and comment_environment
injection for latex comments (#4922)
This commit is contained in:
parent
da355a3231
commit
5c213f7de4
1 changed files with 6 additions and 2 deletions
|
@ -1,2 +1,6 @@
|
||||||
((line_comment) @injection.content
|
([
|
||||||
(#set! injection.language "comment"))
|
(comment)
|
||||||
|
(line_comment)
|
||||||
|
(block_comment)
|
||||||
|
(comment_environment)
|
||||||
|
] @injection.content (#set! injection.language "comment"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue