diff options
Diffstat (limited to 'lexlua/pascal.lua')
-rw-r--r-- | lexlua/pascal.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/pascal.lua b/lexlua/pascal.lua index 495175f4c..58e7b6124 100644 --- a/lexlua/pascal.lua +++ b/lexlua/pascal.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. -- Pascal LPeg lexer. local lexer = require('lexer') |