| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-12-26 | vis: move file type detection to visrc.lua | Marc André Tanner | 1 | -119/+0 | |
| 2015-12-03 | lexer: add lexer for Faust | David B. Lamkins | 2 | -0/+58 | |
| Faust is a DSP (digital signal processing) programming language. See http://faust.grame.fr/ Closes #125 | |||||
| 2015-11-13 | lexer: improve pure lexer | David B. Lamkins | 1 | -11/+18 | |
| Closes #109 | |||||
| 2015-11-11 | lexer: add lexer for pure | David B. Lamkins | 2 | -0/+55 | |
| Ref: http://purelang.bitbucket.org/ Closes #106 | |||||
| 2015-11-10 | lexer: fix some more color specifications | Marc André Tanner | 2 | -3/+3 | |
| 2015-11-10 | lexers: fix color specification in diff lexer | David B. Lamkins | 1 | -3/+3 | |
| Closes #102 | |||||
| 2015-11-08 | theme: updated low color theme | Marc André Tanner | 1 | -9/+7 | |
| 2015-11-08 | theme: add default low color theme | Marc André Tanner | 2 | -0/+33 | |
| The theme was contributed by David B. Lamkins | |||||
| 2015-11-08 | ui: load syntax theme based on the number of supported colors | Marc André Tanner | 1 | -0/+0 | |
| The theme to use can be overriden via the $VIS_THEME environment variable. $ VIS_THEME=solarized vis | |||||
| 2015-11-08 | vis: introduce vis namespace for lua objects | Marc André Tanner | 1 | -0/+2 | |
| For now the vis table has only one member "lexers". | |||||
| 2015-11-08 | lexer: add ledger lexer | Charles Lehner | 2 | -0/+58 | |
| 2015-11-08 | theme: increase contrast by setting background color to black | Marc André Tanner | 1 | -1/+1 | |
| 2015-11-08 | lexer: new lexer for man/roff format | David B. Lamkins | 2 | -0/+36 | |
| 2015-11-08 | lexer: new APL lexer | David B. Lamkins | 2 | -0/+69 | |
| 2015-11-08 | vis: try to support all lua versions >= 5.1 | Marc André Tanner | 1 | -1/+1 | |
| Make lpeg module table explicitly global, which should work with the different module loading semantics. | |||||
| 2015-11-08 | vis: implement :set colorcolumn | Marc André Tanner | 1 | -0/+1 | |
| 2015-11-08 | Add lexer specific README file | Marc André Tanner | 1 | -0/+48 | |
| 2015-11-08 | vis: implement :set cursorline | Marc André Tanner | 1 | -0/+1 | |
| 2015-11-08 | vis: experimental support for lua/lpeg based syntax highlighting | Marc André Tanner | 4 | -5/+184 | |
| 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 | |||||
| 2015-11-08 | Import LPeg based lexers from Scintillua 3.6.1-1 | Marc André Tanner | 108 | -0/+11252 | |
| These are Copyright (c) 2007-2015 Mitchell and released under the MIT license. | |||||
