languages.toml: recognize ldtk files (#11793)

This commit is contained in:
Dmitriy Sokolov 2024-09-30 04:58:54 +03:00 committed by GitHub
parent 2c3a00e96a
commit dd45ae1289
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -446,6 +446,8 @@ file-types = [
{ glob = ".watchmanconfig" },
"avsc",
{ glob = ".prettierrc" },
"ldtk",
"ldtkl",
]
language-servers = [ "vscode-json-language-server" ]
auto-format = true