mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
Add fish queries
Add isatty as builtin Update function_definition option Update highlights.scm per review Fix list indentation Add maintainer names
This commit is contained in:
parent
509bc1a8e1
commit
83f7739071
6 changed files with 191 additions and 0 deletions
8
queries/fish/folds.scm
Normal file
8
queries/fish/folds.scm
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
(function_definition)
|
||||
(if_statement)
|
||||
(switch_statement)
|
||||
(for_statement)
|
||||
(while_statement)
|
||||
(begin_statement)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue