aboutsummaryrefslogtreecommitdiff
path: root/lua/lexers/haskell.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lexers/haskell.lua')
-rw-r--r--lua/lexers/haskell.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lexers/haskell.lua b/lua/lexers/haskell.lua
index de247e1..62ccd4a 100644
--- a/lua/lexers/haskell.lua
+++ b/lua/lexers/haskell.lua
@@ -1,4 +1,4 @@
--- Copyright 2006-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2006-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
-- Haskell LPeg lexer.
-- Modified by Alex Suraci.