summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Syntax highlight Gradle files with GroovyAlex Selesse2015-05-062-2/+2
| |/ / / /
* | | | | Add use_node to keywords; minor corrections to coded term rendering.wolandscat2015-07-261-3/+3
* | | | | Support Xpath-style numeric predicate for tuple paths.wolandscat2015-07-251-0/+1
* | | | | Colourise tuples of attribute names properly.wolandscat2015-07-251-8/+10
* | | | | Add lexer and test files for the Archetype Definition Language (ADL) and sub-...wolandscat2015-07-012-0/+252
|/ / / /
* | | | Closes #1094: add try as a C++ keyword.Georg Brandl2015-04-081-1/+1
* | | | Fix Arduino trademark in ArduinoLexerEdoardo Tenani2015-03-231-1/+1
* | | | Closes #1088: add ResourceWarning.Georg Brandl2015-03-081-1/+1
* | | | Merged in miikkas/pygments-py3stringinterpolation (pull request #455)Georg Brandl2015-03-082-2/+11
|\ \ \ \
| * | | | Fixed style inheritance for non-standard token types in HTML output.Georg Brandl2015-03-082-2/+11
* | | | | The new style string formatting now works correctly with multiple occurrences...Miikka Salminen2015-03-081-4/+4
* | | | | Merged birkenfeld/pygments-main into defaultMiikka Salminen2015-03-081-1/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added support for the (still valid) old style string interpolation along with...Miikka Salminen2015-03-071-1/+10
* | | | | Closes #1069: look up plugin lexer aliases like regular: lowercasedGeorg Brandl2015-03-081-1/+1
* | | | | Closes #1063: Ruby: only allow regex after dot-method name lookupGeorg Brandl2015-03-081-7/+7
* | | | | Closes #1047: allow newlines in # comments in AutoIt.Georg Brandl2015-03-081-1/+2
* | | | | Merged in t-b/pygments-main (pull request #439)Georg Brandl2015-03-081-7/+8
|\ \ \ \ \
| * | | | | Igor Pro syntaxThomas Braun2015-01-221-7/+8
| | |/ / / | |/| | |
* | | | | Merged in soonhok/pygments-main (pull request #444)Georg Brandl2015-03-081-1/+2
|\ \ \ \ \
| * | | | | Add two missing operators '?' and '?' for Lean theorem proverSoonho Kong2015-02-041-1/+2
| |/ / / /
* | | | | merge headsGeorg Brandl2015-03-086-194/+1698
|\ \ \ \ \
| * | | | | Added Algol and Algol_nu style (#1090).Georg Brandl2015-03-084-2/+128
| * | | | | Add overhauled Modula-2 lexer from https://bitbucket.org/trijezdci/m2r10/src/...Georg Brandl2015-03-083-194/+1572
* | | | | | Merged in miikkas/pygments-htmlpunctuation (pull request #453)Georg Brandl2015-03-081-8/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | HTML lexer now marks angle brackets and slashes as punctuation, and attribute...Miikka Salminen2015-03-071-8/+20
| | |/ / / | |/| | |
* | | | | Changelog for lovelace style.Georg Brandl2015-03-081-2/+3
* | | | | Merged in miikkas/pygments-lovelacestyle (pull request #456)Georg Brandl2015-03-086-4/+12
|\ \ \ \ \
| * \ \ \ \ Merged in miikkas/pygments-hashbangtokens (pull request #457)Georg Brandl2015-03-086-3/+8
| |\ \ \ \ \
| | * | | | | Added a new token type Comment.Hashbang with its documentation, and a support...Miikka Salminen2015-03-076-3/+8
| | |/ / / /
| * | | | | Moved True, False and None to Keyword.Constant.Miikka Salminen2015-03-071-1/+4
| |/ / / /
* | | | | Added a new style: Lovelace.Miikka Salminen2015-03-072-0/+90
|/ / / /
* | | | Fix nonmacro chars.Georg Brandl2015-02-221-2/+2
* | | | Closes #1087: fix numbers getting recognized as symbols in elispGeorg Brandl2015-02-221-3/+3
* | | | remove a few more non-elisp features from elispGeorg Brandl2015-02-211-10/+0
* | | | fixup elisp lexer a bitGeorg Brandl2015-02-212-30/+24
* | | | merge with abo-aboGeorg Brandl2015-02-21159-195/+405
|\ \ \ \
| * \ \ \ Merged in endorama/pygments-main/arduino-syntax (pull request #442)Georg Brandl2015-02-181-10/+10
| |\ \ \ \
| | * | | | Minor fix for the Ceylon Lexertako2015-02-181-2/+1
| | * | | | Updated keywords for Ceylon languagetako2015-02-171-9/+10
| | |/ / /
| * | | | Remove typo in Arduino syntax definitionEdoardo Tenani2015-02-181-2/+2
| * | | | Use set(()) instead of []Edoardo Tenani2015-02-181-6/+6
| * | | | Split functions set in multiple linesEdoardo Tenani2015-02-181-1/+73
| * | | | Revert changes to pygments/formatters/_mapping.pyEdoardo Tenani2015-02-181-0/+1
| * | | | Add arduino lexer and styleEdoardo Tenani2015-01-284-2/+153
| |/ / /
| * | | merge with stableGeorg Brandl2015-01-219-94/+101
| |\ \ \
| | * | | Closes #1075: fix docs for @simplefilter.Georg Brandl2015-01-211-1/+1
| | * | | merge with stableGeorg Brandl2015-01-209-94/+101
| | |\ \ \
| | | * | | Rollback to [a-z] for the Name.VariableSoonho Kong2015-01-161-1/+1
| | | * | | remove tactics, word_operators, and primitives from highlightingSoonho Kong2015-01-161-22/+7
| | | * | | Add three missing operators '?', '?', '?' for Lean theorem proverSoonho Kong2015-01-151-1/+1