bot(lockfile): update beancount, liquid, ocaml, ocaml_interface, v, vento, wing

This commit is contained in:
nvim-treesitter-bot[bot] 2024-03-30 06:35:04 +00:00
parent c65413f2ac
commit 5127a84407
4 changed files with 20 additions and 11 deletions

View file

@ -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)

View file

@ -14,4 +14,7 @@
(parameter_list
")" @indent.branch)
(comment) @indent.ignore
[
(line_comment)
(block_comment)
] @indent.ignore

View file

@ -1,4 +1,7 @@
((comment) @injection.content
([
(line_comment)
(block_comment)
] @injection.content
(#set! injection.language "comment"))
; asm_statement if asm ever highlighted :)