ui: fall back to xterm-256color if term initialization fails
[vis.git] / lexers / null.lua
blobd5a11313ece2fb098f3bc7c94a0d42dabf3f9dfa
1 -- Copyright 2006-2015 Mitchell mitchell.att.foicica.com. See LICENSE.
2 -- Null LPeg lexer.
4 local M = {_NAME = 'null'}
6 return M