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