mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
feat(thrift): update queries based on upstream changes
This commit is contained in:
parent
5b505f5658
commit
3eae9ded42
5 changed files with 151 additions and 115 deletions
|
|
@ -1,11 +1,6 @@
|
|||
(definition) @indent
|
||||
|
||||
; (function (function_identifier) @aligned_indent)
|
||||
|
||||
((function_parameters (function_parameter)) @aligned_indent
|
||||
(#set! "delimiter" "()"))
|
||||
|
||||
((exception_parameters (exception_parameter)) @aligned_indent
|
||||
((parameters (parameter)) @aligned_indent
|
||||
(#set! "delimiter" "()"))
|
||||
|
||||
"}" @indent_end
|
||||
|
|
@ -15,6 +10,6 @@
|
|||
[ "(" ")" ] @branch
|
||||
|
||||
[
|
||||
(ERROR)
|
||||
(comment)
|
||||
(ERROR)
|
||||
(comment)
|
||||
] @auto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue