summaryrefslogtreecommitdiff
path: root/pygments/lexers/varnish.py
Commit message (Expand)AuthorAgeFilesLines
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Fix more instances of invalid string escapesGeorg Brandl2018-11-281-2/+2
* More housekeeping and missed additions to CHANGES.Georg Brandl2017-01-221-2/+2
* Copyright update.Georg Brandl2017-01-221-1/+1
* Remove a bunch of duplicates in words()Tim Hatch2016-06-021-3/+3
* Add back VCL snippet lexer analyse_text.Georg Brandl2016-02-141-0/+4
* Fix most complaints from regexlint.Georg Brandl2016-02-141-14/+14
* Varnish: style nits, make analyse_text fasterGeorg Brandl2016-02-141-57/+81
* Varnish Lexer: Simplify and use machine-generated tokensKristian Lyngstol2016-02-111-55/+21
* Varnish lexer: Once again, improve precisionKristian Lyngstol2016-02-101-17/+10
* Varnish Lexer: Also support fractions of secondsKristian Lyngstol2016-02-091-2/+2
* Varnish Lexer: (Presumably) complete language supportKristian Lyngstol2016-02-091-24/+26
* Varnish Lexer: Improve precision based on feedbackKristian Lyngstol2016-02-091-3/+3
* Varnish Lexer: Add analyse_text()Kristian Lyngstol2016-02-091-1/+15
* Varnihs Lexer: Add various missing tokensKristian Lyngstol2016-02-081-6/+17
* Varnish Lexer: Improve accuracyKristian Lyngstol2016-02-081-19/+26
* Varnish: Tweak stringsKristian Lyngstol2016-02-081-2/+1
* Varnish VCL: Use character class instead for timeKristian Lyngstol2016-02-081-1/+1
* Varnish lexer: Incorporate review feedbackKristian Lyngstol2016-02-081-21/+18
* Add Varnish lexers, VCL and snippetsKristian Lyngstol2016-02-081-0/+173