mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
languages.toml: recognize ldtk files (#11793)
This commit is contained in:
parent
2c3a00e96a
commit
dd45ae1289
@ -446,6 +446,8 @@ file-types = [
|
|||||||
{ glob = ".watchmanconfig" },
|
{ glob = ".watchmanconfig" },
|
||||||
"avsc",
|
"avsc",
|
||||||
{ glob = ".prettierrc" },
|
{ glob = ".prettierrc" },
|
||||||
|
"ldtk",
|
||||||
|
"ldtkl",
|
||||||
]
|
]
|
||||||
language-servers = [ "vscode-json-language-server" ]
|
language-servers = [ "vscode-json-language-server" ]
|
||||||
auto-format = true
|
auto-format = true
|
||||||
|
Loading…
Reference in New Issue
Block a user