mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-09 05:00:39 +03:00
Add make file-type "mk" to languages.toml (#2120)
This commit is contained in:
parent
50df924811
commit
450f348925
@ -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…
Reference in New Issue
Block a user