aboutsummaryrefslogtreecommitdiff
path: root/lua/lexers
AgeCommit message (Expand)AuthorFilesLines
2020-04-28lexers: prioritize markdown list ruleMarc André Tanner1-1/+1
2020-04-28lexers: make markdown white space rule less greedyMarc André Tanner1-1/+1
2020-03-23Add Julia lexerTobias Frilling1-0/+147
2020-03-03Add Elm lexerKarl Schultheisz1-0/+64
2020-02-24lua: add `redrawtime` optionGeorgi Kirilov1-6/+17
2020-02-11lexers: fix TOML comments not being detectedRandy1-1/+1
2020-02-11lexers: remove TOML indent errorRandy1-4/+0
2020-02-10lexers: add git rebase lexerMarc André Tanner1-0/+50
2020-02-10lexers: ruby squiggly heredocsKelsey Judson1-1/+1
2020-02-07Merge branch 'lexer-c' of https://github.com/zsugabubus/visMarc André Tanner1-16/+42
2020-02-02lexers: also apply 7e9e0a2 to html and wsf lexersMarc André Tanner3-18/+5
2020-01-31lexers: XML performance improvementGeorgi Kirilov1-7/+1
2020-01-31lexers: add reference to new upstream locationMarc André Tanner1-1/+2
2020-01-31lexers: fix crash in rst lexerMarc André Tanner1-1/+1
2020-01-28lexers: add case keyword to rc lexerMarc André Tanner1-1/+1
2020-01-27lexers: fix incorrect (and *very* slow) YAML lexer tokenGeorgi Kirilov1-6/+1
2020-01-16Merge branch 'text' of https://github.com/zsugabubus/visMarc André Tanner1-0/+9
2020-01-16lexers: add Fennel supportGeorgi Kirilov1-0/+88
2020-01-12lexers: match whitespaces in text lexerzsugabubus1-0/+9
2020-01-12lexers: update ansi_czsugabubus1-16/+42
2019-03-11Heredoc delimiter should end with a newlineSilas1-1/+1
2018-05-17Add support for Fantom language syntax highlightingSemyon Maryasin1-0/+105
2018-05-12lexers: handle pony triple quoted strings properlyMurray1-1/+3
2018-04-08Updates to ruby lexer:Lucas Tolchinsky1-4/+4
2018-03-29lexers: add async/await keywords to javascriptDelapouite1-8/+9
2018-03-26lexers: remove execution file permission from clojure lexerMarc André Tanner1-0/+0
2018-02-28Add clojure lexer and filetype supportChristos Chatzifountas1-0/+193
2018-02-28lexer: add reference to ReasonML homepageMarc André Tanner1-2/+1
2018-02-28Merge branch 'lexer-improvements' of https://github.com/roguh/visMarc André Tanner1-0/+84
2018-02-27Adds basic Reason ML lexer.Hugo Rivera1-0/+84
2018-02-24Fix asm lexer to correctly match conditional jcc, cmovcc, and setcc instructionsMiles Canfield1-2/+12
2018-01-27lexers: improve scheme lexerMurray Calavera1-59/+190
2018-01-27lexers: pony missing tilde for unsafe operatorsMurray Calavera1-1/+1
2018-01-24PHP lexer: stop line comments right before ?>pystub1-1/+1
2017-12-25lexers: add ponyMurray Calavera2-1/+115
2017-12-01Python lexer: recognize python3's async/await keywordsСемён Марьясин1-0/+1
2017-11-20Update erlang syntax lexer.Emil Falk1-39/+20
2017-10-01Add `xs` lexer and mappings.David B. Lamkins1-0/+75
2017-09-15lexers: fix white space issue of recent php lexer changesMarc André Tanner1-40/+40
2017-07-26- added php constantsSamuel1-0/+25
2017-07-26- updated php keywordsSamuel1-12/+20
2017-07-24lexers: add copyright statement to strace lexerMarc André Tanner1-0/+1
2017-07-09Add Myrddin lexer and filetypes entryMichael Forney1-0/+72
2017-05-30lexer: add simple strace(1) output lexerMarc André Tanner1-0/+31
2017-05-12Add a whitespace rule for the "elixir" lexer.Tynan Colin Beatty1-0/+1
2017-03-31lexers: sync with scintillua changeset 600 rev fdeca0b808bfMarc André Tanner4-21/+179
2017-03-24lexers: fix perl pattern for horrible regex linesS. Gilles1-0/+3
2017-03-19Fix errors and add ANS Forth 2012 keywordsstutonk1-17/+31
2017-02-25lexers: sync with scintillua changeset 594 rev 6e29a8d2a783Marc André Tanner26-60/+71
2017-02-07Allow {} to be nested in shell variablesS. Gilles1-1/+1