repo.or.cz
/
vis.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
build: set version to 0.5
[vis.git]
/
lua
/
lexers
/
text.lua
blob
4988d95a801a797e671f63f48d527ef5e9311011
1
-- Copyright 2006-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
2
-- Text LPeg lexer.
3
4
local
M
= {
_NAME
=
'text'
}
5
6
return
M