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
ui: add support for blink style attribute
[vis.git]
/
lexers
/
null.lua
blob
c2e70c24c090600f66e009535330135d2ca7c41e
1
-- Copyright 2006-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
2
-- Null LPeg lexer.
3
4
local
M
= {
_NAME
=
'null'
}
5
6
return
M