make: add injection-regex

pull/2938/head
Michael Davis 2022-06-28 16:19:48 -05:00 committed by Blaž Hrastnik
parent 4a0dab8bc2
commit 199a2460ca
1 changed files with 2 additions and 1 deletions

View File

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