aboutsummaryrefslogtreecommitdiff
path: root/lexers
AgeCommit message (Expand)AuthorFilesLines
2016-04-07lexer: update to scintillua-3.6.4-2Marc André Tanner3-8/+10
2016-04-07lexer: remove hard coded color specification from lexersMarc André Tanner3-3/+3
2016-03-21vis: also lookup Lua support files relative to the binary locationMarc André Tanner1-0/+1
2016-03-11ui: also blink primary cursor if it is on a blank cellMarc André Tanner1-0/+1
2016-03-10ui: make primary cursor blinkMarc André Tanner1-0/+1
2016-02-19update lexer for Arch Linux PKGBUILDChristian Hesse1-5/+37
2016-01-28lexer: snyc with upstream scintillua 3.6.3-1Marc André Tanner5-8/+289
2016-01-17theme: change solarized theme to use the 256 degenerated colorsMarc André Tanner1-16/+16
2016-01-02lexer: sync with upstream scintillua rev bdb74a2f31dfMarc André Tanner101-113/+489
2015-12-29lexer: add some meta data to newly added lexersMarc André Tanner4-3/+6
2015-12-29vis: fix default lua package.path and support $XDG_CONFIG_HOMEMarc André Tanner1-1/+1
2015-12-26vis: move file type detection to visrc.luaMarc André Tanner1-119/+0
2015-12-03lexer: add lexer for FaustDavid B. Lamkins2-0/+58
2015-11-13lexer: improve pure lexerDavid B. Lamkins1-11/+18
2015-11-11lexer: add lexer for pureDavid B. Lamkins2-0/+55
2015-11-10lexer: fix some more color specificationsMarc André Tanner2-3/+3
2015-11-10lexers: fix color specification in diff lexerDavid B. Lamkins1-3/+3
2015-11-08theme: updated low color themeMarc André Tanner1-9/+7
2015-11-08theme: add default low color themeMarc André Tanner2-0/+33
2015-11-08ui: load syntax theme based on the number of supported colorsMarc André Tanner1-0/+0
2015-11-08vis: introduce vis namespace for lua objectsMarc André Tanner1-0/+2
2015-11-08lexer: add ledger lexerCharles Lehner2-0/+58
2015-11-08theme: increase contrast by setting background color to blackMarc André Tanner1-1/+1
2015-11-08lexer: new lexer for man/roff formatDavid B. Lamkins2-0/+36
2015-11-08lexer: new APL lexerDavid B. Lamkins2-0/+69
2015-11-08vis: try to support all lua versions >= 5.1Marc André Tanner1-1/+1
2015-11-08vis: implement :set colorcolumnMarc André Tanner1-0/+1
2015-11-08Add lexer specific README fileMarc André Tanner1-0/+48
2015-11-08vis: implement :set cursorlineMarc André Tanner1-0/+1
2015-11-08vis: experimental support for lua/lpeg based syntax highlightingMarc André Tanner4-5/+184
2015-11-08Import LPeg based lexers from Scintillua 3.6.1-1Marc André Tanner108-0/+11252