diff options
Diffstat (limited to 'lexlua/glsl.lua')
-rw-r--r-- | lexlua/glsl.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/glsl.lua b/lexlua/glsl.lua index 497d81636..1aa204370 100644 --- a/lexlua/glsl.lua +++ b/lexlua/glsl.lua @@ -1,4 +1,4 @@ --- Copyright 2006-2018 Mitchell mitchell.att.foicica.com. See License.txt. +-- Copyright 2006-2019 Mitchell mitchell.att.foicica.com. See License.txt. -- GLSL LPeg lexer. local lexer = require('lexer') |