diff options
author | Evan Lecklider | 2022-04-15 17:15:17 +0000 |
---|---|---|
committer | GitHub | 2022-04-15 17:15:17 +0000 |
commit | 450f348925ff1a2a39b73481f61af6fc7e57ebef (patch) | |
tree | 7ee28b6fa95619e30972e21661f7bb19b6c4bc94 | |
parent | 50df92481103ec4b2d2549eebc0dcbae73ed8a20 (diff) |
Add make file-type "mk" to languages.toml (#2120)
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index d5409eaa..70baabaf 100644 --- a/languages.toml +++ b/languages.toml @@ -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" } |