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:
Omar Zeghouani 2021-05-01 23:24:34 +01:00 committed by Thomas Vigouroux
parent 509bc1a8e1
commit 83f7739071
6 changed files with 191 additions and 0 deletions

16
queries/fish/indents.scm Normal file
View file

@ -0,0 +1,16 @@
[
(function_definition)
(while_statement)
(for_statement)
(if_statement)
(begin_statement)
(switch_statement)
] @indent
[
(else_if_clause)
(else_clause)
"end"
] @branch
(comment) @ignore