Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | Merged in thomas_beale/pygments-main (pull request #483) | Georg Brandl | 2015-08-08 | 1 | -4/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add lexer and test files for the Archetype Definition Language (ADL) and sub-sytaxes. | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merged in ylikx/pygments-main (pull request #213) | Georg Brandl | 2015-08-08 | 1 | -212/+277 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ | Merged in selesse/pygments-main (pull request #466) | Georg Brandl | 2015-08-08 | 1 | -1/+1 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Syntax highlight Gradle files with Groovy | |||||
| | | | * | | | | | | | | | | | | | Detect .jsm files as JavaScript | Gregory Szorc | 2015-04-24 | 1 | -1/+1 | |
| | | | | |_|/ / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | | * | | | | | | | | | | | | | Syntax highlight Gradle files with Groovy | Alex Selesse | 2015-05-06 | 1 | -1/+1 | |
| | | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | Added Fortran fixed format lexer. | Elias Rabel | 2013-06-23 | 1 | -1/+2 | |
| | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Add lexer and test files for the Archetype Definition Language (ADL) and ↵ | wolandscat | 2015-07-01 | 1 | -0/+3 | |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sub-sytaxes. See http://www.openehr.org/programs/specification/releases/currentbaseline for ADL, AOM specifications. | |||||
* | | | | | | | | | | | | | Add a lexer for the CAmkES language. | Matthew Fernandez | 2015-03-26 | 1 | -0/+1 | |
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changeset adds a lexer to support the input language for the CAmkES component platform (https://sel4.systems/CAmkES/). It is a basic stateless lexer that merely supports keywords and types without tracking context. | |||||
* | | | | | | | | | | | | Add overhauled Modula-2 lexer from ↵ | Georg Brandl | 2015-03-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bitbucket.org/trijezdci/m2r10/src/tip/_GRAMMAR/ | |||||
* | | | | | | | | | | | | merge with abo-abo | Georg Brandl | 2015-02-21 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add arduino lexer and style | Edoardo Tenani | 2015-01-28 | 1 | -0/+1 | |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Fix EmacsLispLexer. | Oleh Krehel | 2014-12-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now `make test` passes. | |||||
* | | | | | | | | | | Ran `make mapfiles` for EmacsLispLexer | Oleh Krehel | 2014-12-24 | 1 | -0/+1 | |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests/examplefiles/ediff.el: Add. | |||||
* | | | | | | | | | Bring coverage testing up to scratch. Add "pragma: no cover" to __main__ blocks. | Georg Brandl | 2014-11-10 | 1 | -2/+2 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Closes #1042: dont recognize *.md as MiniD anymore (which is now Croc). | Georg Brandl | 2014-10-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .md should be lexed as Markdown once we have a lexer for it. Rename examplefile accordingly. | |||||
* | | | | | | | | Merged in dscorbett/pygments-tads3-2 (pull request #407) | Georg Brandl | 2014-10-15 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a lexer for TADS 3 | |||||
| * | | | | | | | | rb is already an alias for the RubyLexer. | Tim Hatch | 2014-10-14 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add ResourceBundle lexer. | Tim Hatch | 2014-10-14 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1038 | |||||
| * | | | | | | | | Add Mozilla preprocessor lexers. | Tim Hatch | 2014-10-10 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaces PR #239 | |||||
* | | | | | | | | | Add a lexer for TADS 3 | David Corbett | 2014-10-08 | 1 | -1/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Add JSON-LD Lexer. | Tim Hatch | 2014-10-08 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adapted from PR 289. | |||||
* | | | | | | | | Twig: add test example file, add changelog entry and regenerate mapping. | Georg Brandl | 2014-10-08 | 1 | -0/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | Merged in leodemoura/pygments-main (pull request #399) | Georg Brandl | 2014-10-08 | 1 | -237/+240 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Better name for ca65 assembler lexer. | Georg Brandl | 2014-10-07 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) ↵ | Georg Brandl | 2014-10-07 | 1 | -10/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on Py3. Also fix a bunch of other uses of open() to use the with statement. | |||||
| * | | | | | | | | Closes #1016: add "shell" alias for bash. | Georg Brandl | 2014-10-07 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merged in lsf37/pygments-main (pull request #386) | Georg Brandl | 2014-09-20 | 1 | -227/+232 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | inform -> int_fiction; will get TADS 3 soon | Georg Brandl | 2014-09-20 | 1 | -3/+3 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | split up math module | Georg Brandl | 2014-09-20 | 1 | -17/+17 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Remove the misc subpackage. | Georg Brandl | 2014-09-20 | 1 | -39/+39 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Remove the c_like subpackage. | Georg Brandl | 2014-09-20 | 1 | -19/+19 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Refactored formatter mapping to work like the lexer mapping. | Georg Brandl | 2014-09-20 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Ilia Choly for the initial pull request. | |||||
| | * | | | | | | | | fix mapping | Georg Brandl | 2014-09-20 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Merged in macnugget/pygments-main (pull request #373) | Georg Brandl | 2014-09-20 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | | | ||||||
| | * | | | | | | | | update mapfile | Georg Brandl | 2014-09-20 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | split up web lexers | Georg Brandl | 2014-09-19 | 1 | -32/+34 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | split up text lexers | Georg Brandl | 2014-09-19 | 1 | -29/+27 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | split up functional lexers | Georg Brandl | 2014-09-19 | 1 | -23/+23 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | reorganization of other.py, part 3/3 | Georg Brandl | 2014-09-19 | 1 | -8/+7 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | reorganization of other.py, part 2 | Georg Brandl | 2014-09-19 | 1 | -25/+26 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | reorganization of other.py, part 1 | Georg Brandl | 2014-09-19 | 1 | -20/+20 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | More application of words(). | Georg Brandl | 2014-09-19 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | move Hy to lisp, use words() in python.py | Georg Brandl | 2014-09-16 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | split up agile.py into individual modules | Georg Brandl | 2014-09-16 | 1 | -20/+20 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | split up lexers.compiled into multiple submodules | Georg Brandl | 2014-09-16 | 1 | -42/+42 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | support submodules in _mapping regeneration | Georg Brandl | 2014-09-16 | 1 | -14/+16 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Nit lexer: add changelog entry, attribution, mapfile entry, cat all example ↵ | Georg Brandl | 2014-09-16 | 1 | -0/+1 | |
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | files into one | |||||
| * | | | | | | | | basic lexer for Isabelle/HOL theorem prover | gerwin klein | 2014-07-31 | 1 | -0/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Add forgotten commas between strings | David Corbett | 2014-08-08 | 1 | -1/+1 | |
|/ / / / / / / |