nvim-treesitter/queries/thrift/indents.scm

17 lines
218 B
Scheme
Raw Normal View History

2023-02-06 13:34:05 -05:00
(definition) @indent
((parameters (parameter)) @aligned_indent
(#set! "open_delimiter" "(")
(#set! "close_delimiter" ")"))
2023-02-06 13:34:05 -05:00
"}" @indent_end
[ "{" "}" ] @branch
[ "(" ")" ] @branch
[
(ERROR)
(comment)
2023-02-06 13:34:05 -05:00
] @auto