Skip to content

Commit

Permalink
Fix language configuration for .conf files (helix-editor#12156)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaju authored Dec 2, 2024
1 parent 191b0f0 commit b1bdbc6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = " " }
Expand Down

0 comments on commit b1bdbc6

Please sign in to comment.