mirror of https://github.com/helix-editor/helix
make: add injection-regex
parent
4a0dab8bc2
commit
199a2460ca
|
@ -727,6 +727,7 @@ source = { git = "https://github.com/uyha/tree-sitter-cmake", rev = "f6616f1e417
|
||||||
name = "make"
|
name = "make"
|
||||||
scope = "source.make"
|
scope = "source.make"
|
||||||
file-types = ["Makefile", "makefile", "mk", "justfile", ".justfile"]
|
file-types = ["Makefile", "makefile", "mk", "justfile", ".justfile"]
|
||||||
|
injection-regex = "(make|makefile|Makefile|mk|just)"
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
indent = { tab-width = 4, unit = "\t" }
|
indent = { tab-width = 4, unit = "\t" }
|
||||||
|
|
Loading…
Reference in New Issue