mirror of
https://github.com/helix-editor/helix.git
synced 2024-12-18 22:11:55 +04:00
Fix language configuration for .conf files (#12156)
This commit is contained in:
parent
191b0f08a9
commit
b1bdbc6789
@ -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 = " " }
|
||||
|
Loading…
Reference in New Issue
Block a user