mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 09:56:19 +04:00
e0540fbcc4
* add glsl language support * glsl: use indents.toml file * add json indents.toml
10 lines
63 B
TOML
10 lines
63 B
TOML
indent = [
|
|
"object",
|
|
"array"
|
|
]
|
|
|
|
outdent = [
|
|
"]",
|
|
"}"
|
|
]
|