diff options
Diffstat (limited to 'lexlua/sml.lua')
-rw-r--r-- | lexlua/sml.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/sml.lua b/lexlua/sml.lua index fdb8282f5..e1d00cfe6 100644 --- a/lexlua/sml.lua +++ b/lexlua/sml.lua @@ -1,4 +1,4 @@ --- Copyright 2017-2019 Murray Calavera. See License.txt. +-- Copyright 2017-2020 Murray Calavera. See License.txt. -- Standard ML LPeg lexer. local lexer = require('lexer') |