aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorSam Nystrom2023-01-26 22:06:35 +0000
committerGitHub2023-01-26 22:06:35 +0000
commit291f39d66b7009dc97544942ff908d8ecee636d3 (patch)
treed9dd2ebc092d903efde459486beaccdb55bc05f1 /languages.toml
parent250b6cd7f095032b1dea01c9e7bb2be2c3793898 (diff)
Add `Justfile` to the file types for make (#5687)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 18fae13e..9c2fba86 100644
--- a/languages.toml
+++ b/languages.toml
@@ -878,7 +878,7 @@ source = { git = "https://github.com/uyha/tree-sitter-cmake", rev = "6e51463ef30
[[language]]
name = "make"
scope = "source.make"
-file-types = ["Makefile", "makefile", "mk", "justfile", ".justfile"]
+file-types = ["Makefile", "makefile", "mk", "Justfile", "justfile", ".justfile"]
injection-regex = "(make|makefile|Makefile|mk|just)"
roots = []
comment-token = "#"