diff options
Diffstat (limited to 'lexlua/yaml.lua')
-rw-r--r-- | lexlua/yaml.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/yaml.lua b/lexlua/yaml.lua index abfab8a60..2bcbfa8f6 100644 --- a/lexlua/yaml.lua +++ b/lexlua/yaml.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. -- YAML LPeg lexer. -- It does not keep track of indentation perfectly. |