ui: add support for blink style attribute
[vis.git] / lexers / null.lua
blobc2e70c24c090600f66e009535330135d2ca7c41e
1 -- Copyright 2006-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
2 -- Null LPeg lexer.
4 local M = {_NAME = 'null'}
6 return M