make: add injection-regex

imgbot
Michael Davis 2 years ago committed by Blaž Hrastnik
parent 4a0dab8bc2
commit 199a2460ca

@ -727,7 +727,8 @@ source = { git = "https://github.com/uyha/tree-sitter-cmake", rev = "f6616f1e417
name = "make"
scope = "source.make"
file-types = ["Makefile", "makefile", "mk", "justfile", ".justfile"]
roots =[]
injection-regex = "(make|makefile|Makefile|mk|just)"
roots = []
comment-token = "#"
indent = { tab-width = 4, unit = "\t" }

Loading…
Cancel
Save