1

Regenerate nvim config

This commit is contained in:
2024-06-02 03:29:20 +02:00
parent 75eea0c030
commit ef2e28883d
5576 changed files with 604886 additions and 503 deletions

View File

@ -0,0 +1,41 @@
; vim:ft=query
; format-ignore
(fenced_code_block (fenced_code_block_delimiter) @label
(info_string
(language) @_lang)
(#offset! @label 0 1 0 -1)
(#ft-conceal! @_lang))
([
(list_marker_minus)
(list_marker_plus)
(list_marker_star)
] @markup.list
(#offset-first-n! @markup.list 1)
(#set! conceal "•"))
(list
(list_item
(list
(list_item
([
(list_marker_minus)
(list_marker_plus)
(list_marker_star)
] @markup.list
(#offset-first-n! @markup.list 1)
(#set! conceal "◦"))))))
; comment
(while_statement
[
"while"
"do"
] @open.loop
"end" @close.loop) @scope.loop
[
"toplevel"
"list"
] @variable
((