ui: make primary cursor blink even if no lua theme has been loaded
[vis.git] / lexers / text.lua
blob51b4f11355f56673681c270b2930ff5f0bdd9010
1 -- Copyright 2006-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
2 -- Text LPeg lexer.
4 local M = {_NAME = 'text'}
6 return M