aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Etheredge2023-05-26 08:43:48 +0000
committerGitHub2023-05-26 08:43:48 +0000
commita2e11af60864ae54f852d6d2ed77e01b58951cb3 (patch)
tree2dcb875ddcd54335af654fb158238817450a3887
parent16375cd94ad94eb07efa5d74d4f8d03f2b205811 (diff)
Support hidden justfiles (#7088)
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 0b35495b..56b88db2 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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 = "#"