| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-04-08 | Merge branch 'patch-4' of https://github.com/larryhynes/vis | Marc André Tanner | 1 | -1/+2 | |
| 2016-04-08 | Add map example to visrc.lua | larryhynes | 1 | -1/+2 | |
| 2016-04-08 | Add '.markdown' suffix for markdown syntax highlighting. | larryhynes | 1 | -1/+1 | |
| 2016-03-23 | visrc: Move filetype detection to separate function | Josh Wainwright | 1 | -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-12 | vis-lua: allow to set window.syntax = nil | Marc André Tanner | 1 | -0/+3 | |
| This will load the default lua color theme. | |||||
| 2016-03-08 | vis: handle lexer module load failure even more gracefully | Marc André Tanner | 1 | -2/+3 | |
| Close #197 | |||||
| 2016-03-06 | vis: gracefully handle lpeg module load failure | Marc André Tanner | 1 | -1/+7 | |
| 2016-02-19 | update lexer for Arch Linux PKGBUILD | Christian Hesse | 1 | -1/+1 | |
| 2016-02-18 | vis-lua: add text object ii to match based on syntax item/token | Marc André Tanner | 1 | -0/+31 | |
| Roughly speaking this should match whatever is colored the same way as the cursor. | |||||
| 2016-02-18 | vis-lua: add helper functions to implement motions/text objects in lua | Marc André Tanner | 1 | -0/+27 | |
| 2016-02-18 | vis-lua: promote vis to a real object | Marc André Tanner | 1 | -1/+1 | |
| That is from now on use vis:method instead of vis.method | |||||
| 2016-01-28 | lexer: snyc with upstream scintillua 3.6.3-1 | Marc André Tanner | 1 | -0/+3 | |
| 2016-01-02 | lexer: sync with upstream scintillua rev bdb74a2f31df | Marc André Tanner | 1 | -0/+4 | |
| 2015-12-26 | vis: move file type detection to visrc.lua | Marc André Tanner | 1 | -0/+127 | |
