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 4b8faf625..fdb8282f5 100644 --- a/lexlua/sml.lua +++ b/lexlua/sml.lua @@ -1,4 +1,4 @@ --- Copyright 2017-2018 Murray Calavera. See License.txt. +-- Copyright 2017-2019 Murray Calavera. See License.txt. -- Standard ML LPeg lexer. local lexer = require('lexer') |