summaryrefslogtreecommitdiff
path: root/lexers
AgeCommit message (Expand)Author
2016-05-22lexer: return nil if lexer loading failsMarc André Tanner
2016-05-22vis: move syntax highlighting to pure Lua codeMarc André Tanner
2016-05-19lexer: add crystalMichel Martens
2016-05-11Merge branch 'fstab' of https://github.com/eworm-de/visMarc André Tanner
2016-05-11lexer: add fstabChristian Hesse
2016-05-11lexer: add delimiter-separated-valuesChristian Hesse
2016-05-07theme: add light-16 themeDavid B. Lamkins
2016-05-07lexer: add networkd file LPeg lexerChristian Hesse
2016-05-07lexer: remove commented commandChristian Hesse
2016-05-07lexer: add systemd service typesChristian Hesse
2016-05-07lexer: add systemd unit file LPeg lexerChristian Hesse
2016-05-06theme: make dark-16 use more bold font for better color contrastChristian Hesse
2016-05-04vis-lua: reload all lexers after theme changeMarc André Tanner
2016-04-17vis: indicate primary cursor by using a different color instead of blinkingMarc André Tanner
2016-04-07lexer: update to scintillua-3.6.4-2Marc André Tanner
2016-04-07lexer: remove hard coded color specification from lexersMarc André Tanner
2016-03-21vis: also lookup Lua support files relative to the binary locationMarc André Tanner
2016-03-11ui: also blink primary cursor if it is on a blank cellMarc André Tanner
2016-03-10ui: make primary cursor blinkMarc André Tanner
2016-02-19update lexer for Arch Linux PKGBUILDChristian Hesse
2016-01-28lexer: snyc with upstream scintillua 3.6.3-1Marc André Tanner
2016-01-17theme: change solarized theme to use the 256 degenerated colorsMarc André Tanner
2016-01-02lexer: sync with upstream scintillua rev bdb74a2f31dfMarc André Tanner
2015-12-29lexer: add some meta data to newly added lexersMarc André Tanner
2015-12-29vis: fix default lua package.path and support $XDG_CONFIG_HOMEMarc André Tanner
2015-12-26vis: move file type detection to visrc.luaMarc André Tanner
2015-12-03lexer: add lexer for FaustDavid B. Lamkins
2015-11-13lexer: improve pure lexerDavid B. Lamkins
2015-11-11lexer: add lexer for pureDavid B. Lamkins
2015-11-10lexer: fix some more color specificationsMarc André Tanner
2015-11-10lexers: fix color specification in diff lexerDavid B. Lamkins
2015-11-08theme: updated low color themeMarc André Tanner
2015-11-08theme: add default low color themeMarc André Tanner
2015-11-08ui: load syntax theme based on the number of supported colorsMarc André Tanner
2015-11-08vis: introduce vis namespace for lua objectsMarc André Tanner
2015-11-08lexer: add ledger lexerCharles Lehner
2015-11-08theme: increase contrast by setting background color to blackMarc André Tanner
2015-11-08lexer: new lexer for man/roff formatDavid B. Lamkins
2015-11-08lexer: new APL lexerDavid B. Lamkins
2015-11-08vis: try to support all lua versions >= 5.1Marc André Tanner
2015-11-08vis: implement :set colorcolumnMarc André Tanner
2015-11-08Add lexer specific README fileMarc André Tanner
2015-11-08vis: implement :set cursorlineMarc André Tanner
2015-11-08vis: experimental support for lua/lpeg based syntax highlightingMarc André Tanner
2015-11-08Import LPeg based lexers from Scintillua 3.6.1-1Marc André Tanner