aboutsummaryrefslogtreecommitdiff
path: root/plugins/language_glsl.lua
diff options
context:
space:
mode:
authorGuldoman <giulio.lettieri@gmail.com>2021-11-21 03:36:02 +0100
committerGuldoman <giulio.lettieri@gmail.com>2021-11-21 03:36:02 +0100
commit330da1ed0bdd316399ad5cdc00c006a98394bd6a (patch)
tree69b8d5596ff97721db5789d073ffdedfca0ceb58 /plugins/language_glsl.lua
parentbc0a289a79294445de9b0001bdaada93d801dadd (diff)
downloadlite-xl-plugins-330da1ed0bdd316399ad5cdc00c006a98394bd6a.tar.gz
lite-xl-plugins-330da1ed0bdd316399ad5cdc00c006a98394bd6a.zip
Add names to language plugins
Diffstat (limited to 'plugins/language_glsl.lua')
-rw-r--r--plugins/language_glsl.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/language_glsl.lua b/plugins/language_glsl.lua
index 36ceb03..f8b2782 100644
--- a/plugins/language_glsl.lua
+++ b/plugins/language_glsl.lua
@@ -6,6 +6,7 @@ local common = require "core.common"
local syntax = require "core.syntax"
syntax.add {
+ name = "GLSL",
files = { "%.glsl$", "%.frag$", "%.vert$", },
comment = "//",
patterns = {