mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
feat: add Uxn Tal
This commit is contained in:
parent
356c9db347
commit
ba4bce9bb7
8 changed files with 145 additions and 0 deletions
17
queries/uxntal/indents.scm
Normal file
17
queries/uxntal/indents.scm
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
(memory_execution) @auto
|
||||
|
||||
[
|
||||
(subroutine)
|
||||
(brackets)
|
||||
] @indent
|
||||
|
||||
"}" @indent_end
|
||||
|
||||
[ "{" "}" ] @branch
|
||||
|
||||
[ "[" "]" ] @branch
|
||||
|
||||
[
|
||||
(ERROR)
|
||||
(comment)
|
||||
] @auto
|
||||
Loading…
Add table
Add a link
Reference in a new issue