aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlua/tcl.lua
diff options
context:
space:
mode:
authormitchell <unknown>2019-12-31 16:56:55 -0500
committermitchell <unknown>2019-12-31 16:56:55 -0500
commit67e4747d2d65a90861308e01b07766a3b29262c6 (patch)
tree2eb5da2f0059f0599879e4f6e45d7ef19b9f7b9c /lexlua/tcl.lua
parente84fb301733c6586cbbf5f34fd967ceb8640f3f5 (diff)
downloadscintilla-mirror-67e4747d2d65a90861308e01b07766a3b29262c6.tar.gz
Updated copyright year for lexlua-specific bits of LongTerm3.
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 a612ce4f6..45e3ccf9d 100644
--- a/lexlua/tcl.lua
+++ b/lexlua/tcl.lua
@@ -1,4 +1,4 @@
--- Copyright 2014-2019 Joshua Krämer. See License.txt.
+-- Copyright 2014-2020 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.