Skip to content

Commit

Permalink
Support hidden justfiles (helix-editor#7088)
Browse files Browse the repository at this point in the history
  • Loading branch information
wetheredge authored and aotarola committed May 28, 2023
1 parent b0a0eb9 commit 7d26026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2568,7 +2568,7 @@ source = { git = "https://github.com/lefp/tree-sitter-opencl", rev = "8e1d24a570
[[language]]
name = "just"
scope = "source.just"
file-types = ["justfile", "Justfile", "just"]
file-types = ["justfile", "Justfile", ".justfile", ".Justfile"]
injection-regex = "just"
roots = []
comment-token = "#"
Expand Down

0 comments on commit 7d26026

Please sign in to comment.