diff options
Diffstat (limited to 'plugins/language_hlsl.lua')
-rw-r--r-- | plugins/language_hlsl.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { |