1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

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
Signed by: GitHub
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" }