aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. Aranda Gutiérrez <paaguti@gmail.com>2023-01-22 15:42:52 +0100
committerGitHub <noreply@github.com>2023-01-22 15:42:52 +0100
commit8f9a2983c4451ece0411239a4248970c2b22ed91 (patch)
tree3a460528c54e512aa37367641b17d057ac5bebd0
parenta05cc6ba690dc7c55f0a66576102342362179a01 (diff)
downloadtextadept-modula-lexers-8f9a2983c4451ece0411239a4248970c2b22ed91.tar.gz
Update modula2.lua
-rw-r--r--modula2.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/modula2.lua b/modula2.lua
index c28dfb2..f762d9f 100644
--- a/modula2.lua
+++ b/modula2.lua
@@ -1,5 +1,5 @@
--- Copyright 2006-2023 Mitchell. See LICENSE.
--- Pascal LPeg lexer.
+-- Copyright 2023 paaguti@hotmail.com. See LICENSE.
+-- Modula-2 LPeg lexer.
local lexer = require('lexer')
local token, word_match = lexer.token, lexer.word_match