summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | Merged in indygreg/pygments-main (pull request #465)Georg Brandl2015-07-212-2/+2
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Detect .jsm files as JavaScriptGregory Szorc2015-04-242-2/+2
| | | | | | |_|/ / / | | | | | |/| | | |
| | | | * | | | | | Merged in laurentbristiel/pygments-main (pull request #480)Georg Brandl2015-07-211-1/+0
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ Merged in thusoy/pygments-main/thusoy/remove-trailing-ul-from-language-list-1...Georg Brandl2015-07-210-0/+0
| | | | | |\ \ \ \ \ \ | | | | | | | |_|/ / / | | | | | | |/| | | |
| | | | | * | | | | | Remove trailing </ul> from language listTarjei Hus?y2015-06-101-1/+0
| | | | | |/ / / / /
| | | | * | | | | | handle tags in keywords now available in Robot Framework 2.9Laurent Bristiel2015-06-251-1/+1
| | | | * | | | | | Robot Framework lexer: add new dict variable in test fileLaurent Bristiel2015-06-231-0/+1
| | | | * | | | | | Robot Framework lexer: handle new dictionary variablesLaurent Bristiel2015-06-231-14/+14
| | | | |/ / / / /
| | | * | | | | | Bug fix for ScssLexer when highlighting lines that have multiple propety/valu...Sanders Kleinfeld2015-04-131-0/+1
| | | | |/ / / / | | | |/| | | |
| | * | | | | | Fix highlighting for $# in the shell lexer.Frits van Bommel2015-04-221-1/+1
| | |/ / / / /
| * | | | | | Syntax highlight Gradle files with GroovyAlex Selesse2015-05-063-2/+22
| |/ / / / /
* | | | | | 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-252-8/+40
* | | | | | Add lexer and test files for the Archetype Definition Language (ADL) and sub-...wolandscat2015-07-019-0/+1851
| |/ / / / |/| | | |
* | | | | Create tox.ini file for testing multiple envs.Andrew Pinkham2015-05-314-7/+26
|/ / / /
* | | | Closes #1094: add try as a C++ keyword.Georg Brandl2015-04-081-1/+1
* | | | Fix Arduino trademark in ArduinoLexerEdoardo Tenani2015-03-231-1/+1
* | | | Fixup test.Georg Brandl2015-03-081-1/+1
* | | | Closes #1088: add ResourceWarning.Georg Brandl2015-03-081-1/+1
* | | | Merged in miikkas/pygments-py3stringinterpolation (pull request #455)Georg Brandl2015-03-083-2/+13
|\ \ \ \
| * | | | Fixed style inheritance for non-standard token types in HTML output.Georg Brandl2015-03-083-2/+13
* | | | | 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-082-1/+4
* | | | | changelog updateGeorg Brandl2015-03-081-0/+2
* | | | | Merged in rrt/pygments-main (pull request #445)Georg Brandl2015-03-081-4/+6
|\ \ \ \ \
| * | | | | autopygmentize: update for pygments 2.0rrt2015-02-041-4/+6
| | |/ / / | |/| | |
* | | | | 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-088-194/+2054
|\ \ \ \ \
| * | | | | Added Algol and Algol_nu style (#1090).Georg Brandl2015-03-085-2/+130
| * | | | | Add overhauled Modula-2 lexer from https://bitbucket.org/trijezdci/m2r10/src/...Georg Brandl2015-03-084-194/+1926
* | | | | | 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-083-2/+8
* | | | | Merged in miikkas/pygments-lovelacestyle (pull request #456)Georg Brandl2015-03-087-4/+16
|\ \ \ \ \
| * \ \ \ \ Merged in miikkas/pygments-hashbangtokens (pull request #457)Georg Brandl2015-03-087-3/+12
| |\ \ \ \ \
| | * | | | | Added a new token type Comment.Hashbang with its documentation, and a support...Miikka Salminen2015-03-077-3/+12
| | |/ / / /
| * | | | | 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
|/ / / /
* | | | Remove github.Georg Brandl2015-03-071-1/+0
* | | | 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