mirror of https://github.com/helix-editor/helix
Add `Justfile` to the file types for make (#5687)
parent
250b6cd7f0
commit
291f39d66b
|
@ -878,7 +878,7 @@ source = { git = "https://github.com/uyha/tree-sitter-cmake", rev = "6e51463ef30
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "make"
|
name = "make"
|
||||||
scope = "source.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)"
|
injection-regex = "(make|makefile|Makefile|mk|just)"
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
|
|
Loading…
Reference in New Issue