mirror of https://github.com/helix-editor/helix
languages.toml: recognize ldtk files (#11793)
parent
2c3a00e96a
commit
dd45ae1289
|
@ -446,6 +446,8 @@ file-types = [
|
|||
{ glob = ".watchmanconfig" },
|
||||
"avsc",
|
||||
{ glob = ".prettierrc" },
|
||||
"ldtk",
|
||||
"ldtkl",
|
||||
]
|
||||
language-servers = [ "vscode-json-language-server" ]
|
||||
auto-format = true
|
||||
|
|
Loading…
Reference in New Issue