205dc8776b
The highlights were copied and modified from https://github.com/nvim-treesitter/nvim-treesitter/blob/master/queries/fish/highlights.scm
12 lines
162 B
TOML
12 lines
162 B
TOML
indent = [
|
|
"function_definition",
|
|
"while_statement",
|
|
"for_statement",
|
|
"if_statement",
|
|
"begin_statement",
|
|
"switch_statement",
|
|
]
|
|
|
|
outdent = [
|
|
"end"
|
|
]
|