mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
bot(lockfile): update beancount, liquid, ocaml, ocaml_interface, v, vento, wing
This commit is contained in:
parent
c65413f2ac
commit
5127a84407
4 changed files with 20 additions and 11 deletions
|
|
@ -280,10 +280,13 @@
|
|||
(none) @variable.builtin
|
||||
|
||||
; Comments
|
||||
(comment) @comment @spell
|
||||
[
|
||||
(line_comment)
|
||||
(block_comment)
|
||||
] @comment @spell
|
||||
|
||||
(_
|
||||
(comment)+ @comment.documentation
|
||||
(line_comment)+ @comment.documentation
|
||||
[
|
||||
(function_declaration)
|
||||
(type_declaration)
|
||||
|
|
|
|||
|
|
@ -14,4 +14,7 @@
|
|||
(parameter_list
|
||||
")" @indent.branch)
|
||||
|
||||
(comment) @indent.ignore
|
||||
[
|
||||
(line_comment)
|
||||
(block_comment)
|
||||
] @indent.ignore
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
((comment) @injection.content
|
||||
([
|
||||
(line_comment)
|
||||
(block_comment)
|
||||
] @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
||||
; asm_statement if asm ever highlighted :)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue