vis: implement :set cursorline
[vis.git] / lexers / text.lua
blob6331f93e053b6f243c237756dac30de30c5155e1
1 -- Copyright 2006-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
2 -- Text LPeg lexer.
4 local M = {_NAME = 'text'}
6 return M