aboutsummaryrefslogtreecommitdiff
path: root/lexers/themes/solarized.lua
AgeCommit message (Collapse)AuthorFilesLines
2015-11-08vis: introduce vis namespace for lua objectsMarc André Tanner1-0/+2
For now the vis table has only one member "lexers".
2015-11-08theme: increase contrast by setting background color to blackMarc André Tanner1-1/+1
2015-11-08vis: implement :set colorcolumnMarc André Tanner1-0/+1
2015-11-08vis: implement :set cursorlineMarc André Tanner1-0/+1
2015-11-08vis: experimental support for lua/lpeg based syntax highlightingMarc André Tanner1-0/+54
The lua based lexers are searched in the following order: $VIS_PATH/lexers $HOME/.vis/lexers /usr/share/vis/lexers followed by the standard lua package.path