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

imgbot
Evan Lecklider 2 years ago committed by GitHub
parent 50df924811
commit 450f348925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save