Fix language configuration for .conf files (#12156)

This commit is contained in:
Jaakko Paju 2024-12-02 16:27:08 +02:00 committed by GitHub
parent 191b0f08a9
commit b1bdbc6789
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3463,7 +3463,11 @@ source = { git = "https://github.com/urbit-pilled/tree-sitter-hoon", rev = "1d5d
[[language]]
name = "hocon"
scope = "source.conf"
file-types = ["conf"]
file-types = [
{ glob = "**/src/*/resources/**/*.conf" },
{ glob = "*scalafmt*.conf" },
{ glob = "*scalafix*.conf" },
]
comment-token = "#"
auto-format = true
indent = { tab-width = 2, unit = " " }