summaryrefslogtreecommitdiff
path: root/vis.lua
AgeCommit message (Expand)Author
2016-05-28lexer: add lexer for Google protocol buffer IDLDavid B. Lamkins
2016-05-24vis-lua: cleanup Lua status bar display codeMarc André Tanner
2016-05-22vis: only display mode in status bar of active windowMarc André Tanner
2016-05-22vis: load default styles even for unknown file typesMarc André Tanner
2016-05-22vis: refactor status line handlingMarc André Tanner
2016-05-22vis: consider :set horizon setting when syntax highlightingMarc André Tanner
2016-05-22vis: move syntax highlighting to pure Lua codeMarc André Tanner
2016-05-19lexer: add crystalMichel Martens
2016-05-11lexer: *.cc is a C++ file extensionMarc André Tanner
2016-05-11Merge branch 'fstab' of https://github.com/eworm-de/visMarc André Tanner
2016-05-11lexer: add fstabChristian Hesse
2016-05-11lexer: add delimiter-separated-valuesChristian Hesse
2016-05-07lexer: add networkd file LPeg lexerChristian Hesse
2016-05-07lexer: add systemd unit file LPeg lexerChristian Hesse
2016-05-07lexer: sort list of file extensionsChristian Hesse
2016-05-06lexer: assume .h is ANSI C, not C++Christian Hesse
2016-05-04vis-lua: reload all lexers after theme changeMarc André Tanner
2016-04-29vis: move non-configuration sections out of visrc.lua into vis.luaMarc André Tanner