aboutsummaryrefslogtreecommitdiff
path: root/lexers/tcl.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/tcl.lua')
-rw-r--r--lexers/tcl.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/tcl.lua b/lexers/tcl.lua
index f014c35..f76e6ee 100644
--- a/lexers/tcl.lua
+++ b/lexers/tcl.lua
@@ -1,4 +1,4 @@
--- Copyright 2014-2015 Joshua Krämer. See LICENSE.
+-- Copyright 2014-2016 Joshua Krämer. See LICENSE.
-- Tcl LPeg lexer.
-- This lexer follows the TCL dodekalogue (http://wiki.tcl.tk/10259).
-- It is based on the previous lexer by Mitchell.