index
:
vis.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lexers
Age
Commit message (
Expand
)
Author
2016-05-22
lexer: return nil if lexer loading fails
Marc André Tanner
2016-05-22
vis: move syntax highlighting to pure Lua code
Marc André Tanner
2016-05-19
lexer: add crystal
Michel Martens
2016-05-11
Merge branch 'fstab' of https://github.com/eworm-de/vis
Marc André Tanner
2016-05-11
lexer: add fstab
Christian Hesse
2016-05-11
lexer: add delimiter-separated-values
Christian Hesse
2016-05-07
theme: add light-16 theme
David B. Lamkins
2016-05-07
lexer: add networkd file LPeg lexer
Christian Hesse
2016-05-07
lexer: remove commented command
Christian Hesse
2016-05-07
lexer: add systemd service types
Christian Hesse
2016-05-07
lexer: add systemd unit file LPeg lexer
Christian Hesse
2016-05-06
theme: make dark-16 use more bold font for better color contrast
Christian Hesse
2016-05-04
vis-lua: reload all lexers after theme change
Marc André Tanner
2016-04-17
vis: indicate primary cursor by using a different color instead of blinking
Marc André Tanner
2016-04-07
lexer: update to scintillua-3.6.4-2
Marc André Tanner
2016-04-07
lexer: remove hard coded color specification from lexers
Marc André Tanner
2016-03-21
vis: also lookup Lua support files relative to the binary location
Marc André Tanner
2016-03-11
ui: also blink primary cursor if it is on a blank cell
Marc André Tanner
2016-03-10
ui: make primary cursor blink
Marc André Tanner
2016-02-19
update lexer for Arch Linux PKGBUILD
Christian Hesse
2016-01-28
lexer: snyc with upstream scintillua 3.6.3-1
Marc André Tanner
2016-01-17
theme: change solarized theme to use the 256 degenerated colors
Marc André Tanner
2016-01-02
lexer: sync with upstream scintillua rev bdb74a2f31df
Marc André Tanner
2015-12-29
lexer: add some meta data to newly added lexers
Marc André Tanner
2015-12-29
vis: fix default lua package.path and support $XDG_CONFIG_HOME
Marc André Tanner
2015-12-26
vis: move file type detection to visrc.lua
Marc André Tanner
2015-12-03
lexer: add lexer for Faust
David B. Lamkins
2015-11-13
lexer: improve pure lexer
David B. Lamkins
2015-11-11
lexer: add lexer for pure
David B. Lamkins
2015-11-10
lexer: fix some more color specifications
Marc André Tanner
2015-11-10
lexers: fix color specification in diff lexer
David B. Lamkins
2015-11-08
theme: updated low color theme
Marc André Tanner
2015-11-08
theme: add default low color theme
Marc André Tanner
2015-11-08
ui: load syntax theme based on the number of supported colors
Marc André Tanner
2015-11-08
vis: introduce vis namespace for lua objects
Marc André Tanner
2015-11-08
lexer: add ledger lexer
Charles Lehner
2015-11-08
theme: increase contrast by setting background color to black
Marc André Tanner
2015-11-08
lexer: new lexer for man/roff format
David B. Lamkins
2015-11-08
lexer: new APL lexer
David B. Lamkins
2015-11-08
vis: try to support all lua versions >= 5.1
Marc André Tanner
2015-11-08
vis: implement :set colorcolumn
Marc André Tanner
2015-11-08
Add lexer specific README file
Marc André Tanner
2015-11-08
vis: implement :set cursorline
Marc André Tanner
2015-11-08
vis: experimental support for lua/lpeg based syntax highlighting
Marc André Tanner
2015-11-08
Import LPeg based lexers from Scintillua 3.6.1-1
Marc André Tanner