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_hlsl.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/language_hlsl.lua') diff --git a/plugins/language_hlsl.lua b/plugins/language_hlsl.lua index 0aedab0..696e9b2 100644 --- a/plugins/language_hlsl.lua +++ b/plugins/language_hlsl.lua @@ -6,6 +6,7 @@ local common = require "core.common" local syntax = require "core.syntax" syntax.add { + name = "HLSL", files = { "%.hlsl$", }, comment = "//", patterns = { -- cgit v1.2.3