aboutsummaryrefslogtreecommitdiff
path: root/lua/lexers/asm.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lexers/asm.lua')
-rw-r--r--lua/lexers/asm.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lexers/asm.lua b/lua/lexers/asm.lua
index e599f72..cf84ab0 100644
--- a/lua/lexers/asm.lua
+++ b/lua/lexers/asm.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.
-- NASM Assembly LPeg lexer.
local l = require('lexer')