Add make file-type "mk" to languages.toml (#2120)

This commit is contained in:
Evan Lecklider 2022-04-15 10:15:17 -07:00 committed by GitHub
parent 50df924811
commit 450f348925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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