From 330da1ed0bdd316399ad5cdc00c006a98394bd6a Mon Sep 17 00:00:00 2001 From: Guldoman Date: Sun, 21 Nov 2021 03:36:02 +0100 Subject: Add names to language plugins --- plugins/language_make.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/language_make.lua') 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 = { -- cgit v1.2.3