mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
feat: add Bass
This commit is contained in:
parent
9253ce66f9
commit
40670af980
8 changed files with 174 additions and 0 deletions
22
queries/bass/indents.scm
Normal file
22
queries/bass/indents.scm
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[
|
||||
(list)
|
||||
(scope)
|
||||
(cons)
|
||||
] @indent
|
||||
|
||||
[
|
||||
")"
|
||||
"}"
|
||||
"]"
|
||||
] @indent_end
|
||||
|
||||
[ "(" ")" ] @branch
|
||||
|
||||
[ "{" "}" ] @branch
|
||||
|
||||
[ "[" "]" ] @branch
|
||||
|
||||
[
|
||||
(ERROR)
|
||||
(comment)
|
||||
] @auto
|
||||
Loading…
Add table
Add a link
Reference in a new issue