mirror of
https://github.com/helix-editor/helix
synced 2026-08-15 05:44:25 +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"
|
|
]
|