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
vis: implement :set cursorline
[vis.git]
/
lexers
/
text.lua
blob
6331f93e053b6f243c237756dac30de30c5155e1
1
-- Copyright 2006-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
2
-- Text LPeg lexer.
3
4
local
M
= {
_NAME
=
'text'
}
5
6
return
M