aboutsummaryrefslogtreecommitdiff
path: root/lexers/python.lua
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-01-02 22:19:39 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-01-02 22:19:39 +0100
commitc1bf005f1b6e4cb1f5882219a688de0094fa9a1a (patch)
tree57c0ffbc71cac273c068046b04abf0e4d857aee4 /lexers/python.lua
parent890dc58c032603a482a0b80e8810ff67a2fd0b0b (diff)
downloadvis-c1bf005f1b6e4cb1f5882219a688de0094fa9a1a.tar.gz
vis-c1bf005f1b6e4cb1f5882219a688de0094fa9a1a.tar.xz
lexer: sync with upstream scintillua rev bdb74a2f31df
Diffstat (limited to 'lexers/python.lua')
-rw-r--r--lexers/python.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/python.lua b/lexers/python.lua
index a96ac60..42b931d 100644
--- a/lexers/python.lua
+++ b/lexers/python.lua
@@ -1,4 +1,4 @@
--- Copyright 2006-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2006-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
-- Python LPeg lexer.
local l = require('lexer')