diff options
Diffstat (limited to 'plugins/language_make.lua')
-rw-r--r-- | plugins/language_make.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/language_make.lua b/plugins/language_make.lua index cedf512..687b827 100644 --- a/plugins/language_make.lua +++ b/plugins/language_make.lua @@ -2,6 +2,7 @@ local syntax = require "core.syntax" syntax.add { + name = "Makefile", files = { "Makefile", "makefile", "%.mk$" }, comment = "#", patterns = { |