mirror of
https://github.com/helix-editor/helix
synced 2026-08-14 17:34:18 +02:00
The highlights were copied and modified from https://github.com/nvim-treesitter/nvim-treesitter/blob/master/queries/fish/highlights.scm
13 lines
162 B
INI
13 lines
162 B
INI
indent = [
|
|
"function_definition",
|
|
"while_statement",
|
|
"for_statement",
|
|
"if_statement",
|
|
"begin_statement",
|
|
"switch_statement",
|
|
]
|
|
|
|
outdent = [
|
|
"end"
|
|
]
|