languages.toml: recognize ldtk files (#11793)

pull/11636/head^2
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
1 changed files with 2 additions and 0 deletions

View File

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