mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Fix language configuration for .conf files (#12156)
This commit is contained in:
parent
191b0f08a9
commit
b1bdbc6789
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue