aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlua/toml.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lexlua/toml.lua')
-rw-r--r--lexlua/toml.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/toml.lua b/lexlua/toml.lua
index ba8ec9be1..b17474c97 100644
--- a/lexlua/toml.lua
+++ b/lexlua/toml.lua
@@ -1,4 +1,4 @@
--- Copyright 2015-2018 Alejandro Baez (https://keybase.io/baez). See License.txt.
+-- Copyright 2015-2019 Alejandro Baez (https://keybase.io/baez). See License.txt.
-- TOML LPeg lexer.
local lexer = require("lexer")