mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
chore: query formatting
This commit is contained in:
parent
79975d6557
commit
57a8acf0c4
674 changed files with 18466 additions and 12648 deletions
|
|
@ -1,46 +1,42 @@
|
|||
(lua_statement
|
||||
(script
|
||||
(lua_statement
|
||||
(script
|
||||
(body) @injection.content
|
||||
(#set! injection.language "lua")))
|
||||
(lua_statement
|
||||
|
||||
(lua_statement
|
||||
(chunk) @injection.content
|
||||
(#set! injection.language "lua"))
|
||||
(ruby_statement
|
||||
(script
|
||||
(body) @injection.content
|
||||
(#set! injection.language "ruby")))
|
||||
(ruby_statement
|
||||
(chunk) @injection.content
|
||||
(#set! injection.language "ruby"))
|
||||
(python_statement
|
||||
(script
|
||||
(body) @injection.content
|
||||
(#set! injection.language "python")))
|
||||
(python_statement
|
||||
(chunk) @injection.content
|
||||
(#set! injection.language "python"))
|
||||
;; If we support perl at some point...
|
||||
;; (perl_statement (script (body) @perl))
|
||||
;; (perl_statement (chunk) @perl)
|
||||
|
||||
(autocmd_statement
|
||||
(pattern) @injection.content
|
||||
(ruby_statement
|
||||
(script
|
||||
(body) @injection.content
|
||||
(#set! injection.language "ruby")))
|
||||
|
||||
(ruby_statement
|
||||
(chunk) @injection.content
|
||||
(#set! injection.language "ruby"))
|
||||
|
||||
(python_statement
|
||||
(script
|
||||
(body) @injection.content
|
||||
(#set! injection.language "python")))
|
||||
|
||||
(python_statement
|
||||
(chunk) @injection.content
|
||||
(#set! injection.language "python"))
|
||||
|
||||
; If we support perl at some point...
|
||||
; (perl_statement (script (body) @perl))
|
||||
; (perl_statement (chunk) @perl)
|
||||
(autocmd_statement
|
||||
(pattern) @injection.content
|
||||
(#set! injection.language "regex"))
|
||||
|
||||
((set_item
|
||||
option: (option_name) @_option
|
||||
value: (set_value) @injection.content)
|
||||
(#any-of? @_option
|
||||
"includeexpr" "inex"
|
||||
"printexpr" "pexpr"
|
||||
"formatexpr" "fex"
|
||||
"indentexpr" "inde"
|
||||
"foldtext" "fdt"
|
||||
"foldexpr" "fde"
|
||||
"diffexpr" "dex"
|
||||
"patchexpr" "pex"
|
||||
"charconvert" "ccv")
|
||||
option: (option_name) @_option
|
||||
value: (set_value) @injection.content)
|
||||
(#any-of? @_option "includeexpr" "inex" "printexpr" "pexpr" "formatexpr" "fex" "indentexpr" "inde" "foldtext" "fdt" "foldexpr" "fde" "diffexpr" "dex" "patchexpr" "pex" "charconvert" "ccv")
|
||||
(#set! injection.language "vim"))
|
||||
|
||||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue