mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
feat(readline): add parser tree-sitter-readline (#6058)
This commit is contained in:
parent
b444afa1da
commit
cbf0dfd92f
7 changed files with 92 additions and 0 deletions
8
queries/readline/indents.scm
Normal file
8
queries/readline/indents.scm
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
(conditional_construct) @indent.begin
|
||||
|
||||
[
|
||||
"$else"
|
||||
"$endif"
|
||||
] @indent.branch
|
||||
|
||||
"$endif" @indent.end
|
||||
Loading…
Add table
Add a link
Reference in a new issue