Support hidden justfiles (#7088)

pull/16/head
William Etheredge 12 months ago committed by GitHub
parent 16375cd94a
commit a2e11af608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save