aboutsummaryrefslogtreecommitdiff
path: root/plugins/language_glsl.lua
diff options
context:
space:
mode:
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 = {