mirror of https://github.com/helix-editor/helix
Support hidden justfiles (#7088)
parent
16375cd94a
commit
a2e11af608
|
@ -2568,7 +2568,7 @@ source = { git = "https://github.com/lefp/tree-sitter-opencl", rev = "8e1d24a570
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "just"
|
name = "just"
|
||||||
scope = "source.just"
|
scope = "source.just"
|
||||||
file-types = ["justfile", "Justfile", "just"]
|
file-types = ["justfile", "Justfile", ".justfile", ".Justfile"]
|
||||||
injection-regex = "just"
|
injection-regex = "just"
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
|
|
Loading…
Reference in New Issue