ui: add support for blink style attribute
[vis.git] / lexers / container.lua
blobc3a690080c599b073dccc3a2a18659be540a8bb5
1 -- Copyright 2006-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
2 -- Container LPeg lexer.
3 -- This is SciTE's plain text lexer.
5 local M = {_NAME = 'container'}
7 return M