aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlua/tcl.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lexlua/tcl.lua')
-rw-r--r--lexlua/tcl.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/tcl.lua b/lexlua/tcl.lua
index 5ac96f85f..a612ce4f6 100644
--- a/lexlua/tcl.lua
+++ b/lexlua/tcl.lua
@@ -1,4 +1,4 @@
--- Copyright 2014-2018 Joshua Krämer. See License.txt.
+-- Copyright 2014-2019 Joshua Krämer. See License.txt.
-- Tcl LPeg lexer.
-- This lexer follows the TCL dodekalogue (http://wiki.tcl.tk/10259).
-- It is based on the previous lexer by Mitchell.