aboutsummaryrefslogtreecommitdiff
path: root/lexers/dmd.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/dmd.lua')
-rw-r--r--lexers/dmd.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/dmd.lua b/lexers/dmd.lua
index 2675559..f73763a 100644
--- a/lexers/dmd.lua
+++ b/lexers/dmd.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.
-- D LPeg lexer.
-- Heavily modified by Brian Schott (@Hackerpilot on Github).