summaryrefslogtreecommitdiff
path: root/pygments/lexers
Commit message (Expand)AuthorAgeFilesLines
* Merged in dscorbett/pygments-tads3-2 (pull request #407)Georg Brandl2014-10-156-93/+288
|\
| * rb is already an alias for the RubyLexer.Tim Hatch2014-10-142-2/+2
| * Add ResourceBundle lexer.Tim Hatch2014-10-142-0/+80
| * Improve Modelica lexer (Pull Request #390)Tim Hatch2014-10-141-69/+48
| * Clarify mimetype handling in HttpLexer, add test.Tim Hatch2014-10-101-18/+17
| * Add Mozilla preprocessor lexers.Tim Hatch2014-10-102-5/+132
| * Include 'unlexer' as a common misspelling.Tim Hatch2014-10-101-12/+12
| * Also checks mediatype suffix for lexer in HttpLexerAndrew Balmos2014-10-091-0/+10
* | Add a lexer for TADS 3David Corbett2014-10-082-2/+610
|/
* Add JSON-LD Lexer.Tim Hatch2014-10-082-2/+24
* MakefileLexer: Add GNU Automake directives.Tim Hatch2014-10-081-1/+3
* Twig: add test example file, add changelog entry and regenerate mapping.Georg Brandl2014-10-082-20/+29
* Merged in javiereguiluz/pygments-main/javiereguiluz/first-attempt-of-creating...Georg Brandl2014-10-081-1/+82
|\
| * First attempt of creating a Twig lexerJavier Eguiluz2014-09-291-1/+82
* | Merged in leodemoura/pygments-main (pull request #399)Georg Brandl2014-10-08104-27904/+37336
|\ \
| * | Closes #892: fix overzealous analyse_text of the SourcesListLexer.Georg Brandl2014-10-083-9/+6
| * | Closes #1015: fix lexing of Haskell char literals.Georg Brandl2014-10-081-1/+2
| * | Vala: add verbatim strings and template stringsGeorg Brandl2014-10-071-1/+2
| * | PHP: allow spaces before heredoc end tokenGeorg Brandl2014-10-071-1/+1
| * | Closes #1008: allow $ in names for Oracle SQL.Georg Brandl2014-10-071-1/+1
| * | ca65: allow bracketsGeorg Brandl2014-10-071-1/+1
| * | Better name for ca65 assembler lexer.Georg Brandl2014-10-072-2/+2
| * | Mathematica: add comparison operatorsGeorg Brandl2014-10-071-7/+7
| * | VBnet: allow brackets.Georg Brandl2014-10-071-1/+1
| * | Povray: add strings, all directives.Georg Brandl2014-10-071-4/+6
| * | Merge with -mainTim Hatch2014-10-071-1/+1
| |\ \
| | * | Fix highlighting of Java enhanced for loops.Tim Hatch2014-10-071-1/+1
| * | | Apache conf: recognize backslash line contGeorg Brandl2014-10-071-2/+4
| |/ /
| * | Merge with -mainTim Hatch2014-10-073-6/+24
| |\ \
| | * | JavascriptLexer: Support unicode identifiers per standard.Tim Hatch2014-10-071-1/+8
| | * | MakeLexer: Add GNU Make vpath directive.Tim Hatch2014-10-071-1/+1
| | * | Merge with -mainTim Hatch2014-10-071-4/+15
| | |\ \
| | | * | ScalaLexer: Improve interpolated strings, adding triplequoted strings and tes...Tim Hatch2014-10-071-4/+15
| * | | | EBNF: be a bit more tolerantGeorg Brandl2014-10-071-1/+2
| * | | | TeX: accept backslash before newlineGeorg Brandl2014-10-071-0/+1
| * | | | HTML: allow spaces after "attr=".Georg Brandl2014-10-071-1/+1
| |/ / /
| * | | XQuery: add || operator.Georg Brandl2014-10-071-2/+2
| |/ /
| * | Merged in krasul/pygments-main/ios8 (pull request #403)Tim Hatch2014-10-071-4/+4
| |\ \
| | * | fixed framework pathKashif Rasul2014-09-231-1/+1
| | * | updated cocoabuilder for ios8Kashif Rasul2014-09-231-4/+4
| | |/
| * | Scala: add $$ escape for interpolated strings. (#1010)Georg Brandl2014-10-071-0/+1
| * | Closes #1030: recognize functions with no args in Matlab related lexersGeorg Brandl2014-10-071-3/+9
| * | Closes #1003: fix highlighting of inf/nan in ProtoBufLexer.Georg Brandl2014-10-071-1/+1
| * | Matlab: fix PEP8, simplify tokensGeorg Brandl2014-10-071-11/+11
| * | Closes #972: accept "inner attribute" syntax for Rust.Georg Brandl2014-10-071-1/+1
| * | Closes #982: fix pathological matching behavior for timestamps in IRC logs lexerGeorg Brandl2014-10-071-2/+4
| * | Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) ...Georg Brandl2014-10-074-40/+24
| * | Closes #874: do not swallow incomplete tracebacks in the Python console lexer.Georg Brandl2014-10-071-0/+3
| * | Closes #1016: add "shell" alias for bash.Georg Brandl2014-10-072-2/+2
| * | Closes #1034: allow "-" in names for handlebars lexerGeorg Brandl2014-10-071-3/+3