diff options
Diffstat (limited to 'lexers/toml.lua')
| -rw-r--r-- | lexers/toml.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/toml.lua b/lexers/toml.lua index d7d2960..82ca91c 100644 --- a/lexers/toml.lua +++ b/lexers/toml.lua @@ -1,4 +1,4 @@ --- Copyright 2015 Alejandro Baez (https://twitter.com/a_baez). See LICENSE. +-- Copyright 2015-2016 Alejandro Baez (https://twitter.com/a_baez). See LICENSE. -- TOML LPeg lexer. local l = require("lexer") |
