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
/
container.lua
blob
c3a690080c599b073dccc3a2a18659be540a8bb5
1
-- Copyright 2006-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
2
-- Container LPeg lexer.
3
-- This is SciTE's plain text lexer.
4
5
local
M
= {
_NAME
=
'container'
}
6
7
return
M