aboutsummaryrefslogtreecommitdiff
path: root/visrc.lua
AgeCommit message (Collapse)AuthorFilesLines
2016-04-29vis: move non-configuration sections out of visrc.lua into vis.luaMarc André Tanner1-201/+4
The intention is that vis.lua will provide parts of the Lua API not implemented in the C core. Please update your existing visrc.lua configuration file accordingly.
2016-04-08Merge branch 'patch-4' of https://github.com/larryhynes/visMarc André Tanner1-1/+2
2016-04-08Add map example to visrc.lualarryhynes1-1/+2
2016-04-08Add '.markdown' suffix for markdown syntax highlighting.larryhynes1-1/+1
2016-03-23visrc: Move filetype detection to separate functionJosh Wainwright1-2/+7
I hadn't noticed the `return;` line when a filetype match is found so couldn't get my additions to this function to work. Moving the detection to a separate function keeps that isolated and indicates that other functions can be called from the same `vis.events.win_open` hook.
2016-03-12vis-lua: allow to set window.syntax = nilMarc André Tanner1-0/+3
This will load the default lua color theme.
2016-03-08vis: handle lexer module load failure even more gracefullyMarc André Tanner1-2/+3
Close #197
2016-03-06vis: gracefully handle lpeg module load failureMarc André Tanner1-1/+7
2016-02-19update lexer for Arch Linux PKGBUILDChristian Hesse1-1/+1
2016-02-18vis-lua: add text object ii to match based on syntax item/tokenMarc André Tanner1-0/+31
Roughly speaking this should match whatever is colored the same way as the cursor.
2016-02-18vis-lua: add helper functions to implement motions/text objects in luaMarc André Tanner1-0/+27
2016-02-18vis-lua: promote vis to a real objectMarc André Tanner1-1/+1
That is from now on use vis:method instead of vis.method
2016-01-28lexer: snyc with upstream scintillua 3.6.3-1Marc André Tanner1-0/+3
2016-01-02lexer: sync with upstream scintillua rev bdb74a2f31dfMarc André Tanner1-0/+4
2015-12-26vis: move file type detection to visrc.luaMarc André Tanner1-0/+127