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
/
vis.lua
Age
Commit message (
Expand
)
Author
2016-11-30
lexer: add standard ml
Murray Calavera
2016-11-15
vis: move initial theme loading code to lua
Marc André Tanner
2016-11-10
vis: change default status bar indication for Windows style line endings
Marc André Tanner
2016-11-10
vis-lua: change misnamed attribute values of `file.newlines`
Marc André Tanner
2016-11-01
vis: abort syntax highlighting if viewport is invalid
Marc André Tanner
2016-10-21
Add app definitions for awk in vis.lua
Larry Hynes
2016-10-07
lexers: sync with scintillua changeset 571 rev 23435f1d82da
Marc André Tanner
2016-09-29
Cosmetic changes to file detection code
Marc André Tanner
2016-09-28
Replace win.file.lines with win.file:content for better performance
Alexey Dubinin
2016-09-27
Better file type detection: full filename patterns, shebang, custom detector ...
Alexey Dubinin
2016-05-28
lexer: add lexer for Google protocol buffer IDL
David B. Lamkins
2016-05-24
vis-lua: cleanup Lua status bar display code
Marc André Tanner
2016-05-22
vis: only display mode in status bar of active window
Marc André Tanner
2016-05-22
vis: load default styles even for unknown file types
Marc André Tanner
2016-05-22
vis: refactor status line handling
Marc André Tanner
2016-05-22
vis: consider :set horizon setting when syntax highlighting
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
lexer: *.cc is a C++ file extension
Marc André Tanner
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
lexer: add networkd file LPeg lexer
Christian Hesse
2016-05-07
lexer: add systemd unit file LPeg lexer
Christian Hesse
2016-05-07
lexer: sort list of file extensions
Christian Hesse
2016-05-06
lexer: assume .h is ANSI C, not C++
Christian Hesse
2016-05-04
vis-lua: reload all lexers after theme change
Marc André Tanner
2016-04-29
vis: move non-configuration sections out of visrc.lua into vis.lua
Marc André Tanner