summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | Support Unicode identifiers in Julia.Jon Malmaud2015-05-251-1/+3
| | | | | | |
| | * | | | | Merged in lydia_duncan/pygments-main (pull request #485)Georg Brandl2015-07-212-3/+17
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add private and public keywords to Chapel lexer and example program.
| | | * | | | | Add private and public keywords to Chapel lexer and example program.Lydia Duncan2015-07-162-3/+17
| | | | |_|/ / | | | |/| | |
| | * | | | | Merged in erikrose/pygments-main (pull request #441)Georg Brandl2015-07-211-1/+3
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | #1081: Revert e19e3591780ae26aaa0c2a672771192f71c28b50 to fix a case of pathological slowness.
| | | * | | | | #1081: Revert e19e3591780ae26aaa0c2a672771192f71c28b50 to fix a case of ↵Erik Rose2015-01-261-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pathological slowness.
| | * | | | | | Merged in fvbommel/pygments (pull request #464)Georg Brandl2015-07-2110-25/+45
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix highlighting for $# in the shell lexer.
| | | * \ \ \ \ \ Merged in skleinfeld/pygments-main (pull request #463)Georg Brandl2015-07-219-25/+44
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fix for ScssLexer when highlighting lines that have multiple propety/value pairs, or inline comments
| | | | * | | | | | remove x bit from example filesGeorg Brandl2015-07-216-0/+0
| | | | | | | | | |
| | | | * | | | | | Merged in indygreg/pygments-main (pull request #465)Georg Brandl2015-07-212-2/+2
| | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Detect .jsm files as JavaScript
| | | | | * | | | | | Detect .jsm files as JavaScriptGregory Szorc2015-04-242-2/+2
| | | | | | |_|/ / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The .jsm extension for JavaScript files is used by a few projects, notably Mozilla projects like Firefox. .jsm files should be treated as equivalent to .js files.
| | | | * | | | | | Merged in laurentbristiel/pygments-main (pull request #480)Georg Brandl2015-07-211-1/+0
| | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Robot Framework lexer: handle new dictionary variables and tags in Keywords
| | | | | * \ \ \ \ \ Merged in ↵Georg Brandl2015-07-210-0/+0
| | | | | |\ \ \ \ \ \ | | | | | | | |_|/ / / | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thusoy/pygments-main/thusoy/remove-trailing-ul-from-language-list-1433941948665 (pull request #476) Remove trailing </ul> from language list
| | | | | * | | | | | 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 ↵Sanders Kleinfeld2015-04-131-0/+1
| | | | |/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | propety/value pairs, or inline comments
| | * | | | | | Fix highlighting for $# in the shell lexer.Frits van Bommel2015-04-221-1/+1
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If '$' is directly followed by '#' the variable ends right there. This is especially important at the end of a string, as the closing quote would be lexed as part of the variable instead, but was wrong in every other case as well. Fixed by simply removing the '#?' and letting the following '.' eat it.
| * | | | | | 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 ↵wolandscat2015-07-019-0/+1851
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | sub-sytaxes. See http://www.openehr.org/programs/specification/releases/currentbaseline for ADL, AOM specifications.
* | | | | 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
|\ \ \ \ | | | | | | | | | | | | | | | String interpolation support for Python 3
| * | | | 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 ↵Miikka Salminen2015-03-081-4/+4
| | | | | | | | | | | | | | | | | | | | occurrences of interpolation fields in one string, and erroneous fields are handled properly.
* | | | | Merged birkenfeld/pygments-main into defaultMiikka Salminen2015-03-081-1/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added support for the (still valid) old style string interpolation along ↵Miikka Salminen2015-03-071-1/+10
| | | | | | | | | | | | | | | | | | | | with the new style string formatting to the Python 3 lexer.
* | | | | 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.0
| * | | | | autopygmentize: update for pygments 2.0rrt2015-02-041-4/+6
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the dates, and remove the copyright assertion, which doesn't make sense for a file in the public domain. Teach autopygmentize about application/javascript. Update the list of MIME types that can't be mapped relative to file 5.20 and pygments 2.0. Fix a FIXME that needed a 2.0 feature. In the process, remove some hard-wired settings (-f terminal256 -O style=native) that were not commented on in the commit that introduced them (changeset 2846).
* | | | | Merged in t-b/pygments-main (pull request #439)Georg Brandl2015-03-081-7/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Igor Pro syntax fixes
| * | | | | Igor Pro syntaxThomas Braun2015-01-221-7/+8
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add forgotten AbortOnRTE and AbortOnValue flowcontrol keywords. Add missing builtin types Changed keywords: - Removed Graph and FuncFit as these are function subtypes which are not highlighted. - Added MultiThread Changed operations: - Added defined - Removed the single character operations x, y, z as normal variables are easily misinterpreted for them.pygmentize -f html -O full,style=igor -o test.html test.ipf
* | | | | Merged in soonhok/pygments-main (pull request #444)Georg Brandl2015-03-081-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add two missing operators '?' and '?' for Lean theorem prover
| * | | | | 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 ↵Georg Brandl2015-03-084-194/+1926
| | | | | | | | | | | | | | | | | | | | | | | | https://bitbucket.org/trijezdci/m2r10/src/tip/_GRAMMAR/
* | | | | | Merged in miikkas/pygments-htmlpunctuation (pull request #453)Georg Brandl2015-03-081-8/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | HTML lexer marks angle brackets etc. as punctuation, equal signs as operators
| * | | | | HTML lexer now marks angle brackets and slashes as punctuation, and ↵Miikka Salminen2015-03-071-8/+20
| | |/ / / | |/| | | | | | | | | | | | | attributes' equal signs as operators.
* | | | | Changelog for lovelace style.Georg Brandl2015-03-083-2/+8
| | | | |
* | | | | Merged in miikkas/pygments-lovelacestyle (pull request #456)Georg Brandl2015-03-087-4/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Added a new style: Lovelace