1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

Add Justfile to the file types for make (#5687)

This commit is contained in:
Sam Nystrom 2023-01-26 17:06:35 -05:00 committed by GitHub
parent 250b6cd7f0
commit 291f39d66b
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = "#"