diff options
author | jgmdev <jgmdev@gmail.com> | 2022-05-31 16:25:02 -0400 |
---|---|---|
committer | jgmdev <jgmdev@gmail.com> | 2022-05-31 16:25:02 -0400 |
commit | d30a72bdb1dd815461745122c5a3523d1824c381 (patch) | |
tree | ca3f1064fb47b3f7608325a6ac5dd64c70e14de8 /plugins/language_glsl.lua | |
parent | 497cdecd88c4920c364157814168ca5d8aad99c0 (diff) | |
download | lite-xl-plugins-d30a72bdb1dd815461745122c5a3523d1824c381.tar.gz lite-xl-plugins-d30a72bdb1dd815461745122c5a3523d1824c381.zip |
removed lite-xl version and left only mod version
Diffstat (limited to 'plugins/language_glsl.lua')
-rw-r--r-- | plugins/language_glsl.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/language_glsl.lua b/plugins/language_glsl.lua index 541642d..360e11f 100644 --- a/plugins/language_glsl.lua +++ b/plugins/language_glsl.lua @@ -1,4 +1,4 @@ --- mod-version:3 --lite-xl 2.1 +-- mod-version:3 local style = require "core.style" local common = require "core.common" |