make: add injection-regex

This commit is contained in:
Michael Davis 2022-06-28 16:19:48 -05:00 committed by Blaž Hrastnik
parent 4a0dab8bc2
commit 199a2460ca

View File

@ -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" }