aboutsummaryrefslogtreecommitdiff
path: root/lexers
AgeCommit message (Expand)AuthorFilesLines
2016-07-25Fix filetype table link in lexers/README.mdChloe1-1/+1
2016-05-28lexer: add lexer for Google protocol buffer IDLDavid B. Lamkins1-0/+57
2016-05-22lexer: return nil if lexer loading failsMarc André Tanner1-2/+1
2016-05-22vis: move syntax highlighting to pure Lua codeMarc André Tanner1-4/+0
2016-05-19lexer: add crystalMichel Martens1-0/+142
2016-05-11Merge branch 'fstab' of https://github.com/eworm-de/visMarc André Tanner1-0/+560
2016-05-11lexer: add fstabChristian Hesse1-0/+560
2016-05-11lexer: add delimiter-separated-valuesChristian Hesse1-0/+17
2016-05-07theme: add light-16 themeDavid B. Lamkins1-0/+31
2016-05-07lexer: add networkd file LPeg lexerChristian Hesse1-0/+274
2016-05-07lexer: remove commented commandChristian Hesse1-1/+0
2016-05-07lexer: add systemd service typesChristian Hesse1-1/+9
2016-05-07lexer: add systemd unit file LPeg lexerChristian Hesse1-0/+436
2016-05-06theme: make dark-16 use more bold font for better color contrastChristian Hesse1-14/+14
2016-05-04vis-lua: reload all lexers after theme changeMarc André Tanner1-3/+3
2016-04-17vis: indicate primary cursor by using a different color instead of blinkingMarc André Tanner2-2/+2
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