Support hidden justfiles (#7088)
This commit is contained in:
parent
16375cd94a
commit
a2e11af608
1 changed files with 1 additions and 1 deletions
|
@ -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 = "#"
|
||||
|
|
Loading…
Reference in a new issue