Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | | | | | Improve numeric literal support in Java lexer | Alden Rogers | 2016-01-10 | 1 | -1/+37 | |
| | | | | |_|_|_|_|_|/ / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously unsupported literals (binary, octal, hex floats) are now recognized, and all regexes better match the Java Language Specification (especially concerning underscores, suffixes, and the many ways to write decimal floats). | |||||
| | | | * | | | | | | | | Merged in atodorov/pygments-main/htmlformatter_with_title (pull request #527) | Georg Brandl | 2016-01-04 | 1 | -0/+8 | |
| | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add filename parameter to HtmlFormatter | |||||
| | | | | * | | | | | | | | Add filename parameter to HtmlFormatter | Alexander Todorov | 2015-11-29 | 1 | -0/+8 | |
| | | | | |/ / / / / / / | ||||||
| | | | * | | | | | | | | Allow strings in Inform 6 parameter lists | David Corbett | 2015-12-13 | 1 | -3/+4 | |
| | | | |/ / / / / / / | ||||||
| | | * | | | | | | | | Cirru update, on dollar in variables | jiyinyiyong | 2015-11-24 | 1 | -0/+26 | |
| | | |/ / / / / / / | ||||||
| | | * | | | | | | | Merged birkenfeld/pygments-main into default | Nate Whetsell | 2015-11-11 | 8 | -0/+2951 | |
| | | |\ \ \ \ \ \ \ | | | | | |_|_|/ / / | | | | |/| | | | | | ||||||
| | | | * | | | | | | Merged in hhsprings/pygments-hhs-sub/add-pkgconfig-lexer (pull request #517) | Tim Hatch | 2015-11-10 | 3 | -0/+46 | |
| | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add lexers for pkg-config, pacman.conf | |||||
| | | | | * \ \ \ \ \ | Merged default into add-abnf-lexer | Hiroaki Itoh | 2015-11-10 | 2 | -0/+2785 | |
| | | | | |\ \ \ \ \ \ | | | | | | | |_|/ / / | | | | | | |/| | | | | ||||||
| | | | | * | | | | | | update example. | hhsprings | 2015-11-09 | 1 | -0/+2 | |
| | | | | | | | | | | | ||||||
| | | | | * | | | | | | Merged default into add-abnf-lexer | Hiroaki Itoh | 2015-11-09 | 3 | -0/+44 | |
| | | | | |\ \ \ \ \ \ | | | | | | |_|/ / / / | | | | | |/| | | | | | ||||||
| | | | | | * | | | | | Add the lexer for original BNF. | hhsprings | 2015-11-05 | 1 | -0/+15 | |
| | | | | | | | | | | | ||||||
| | | | | | * | | | | | update example2. | hhsprings | 2015-11-05 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | | | | | * | | | | | re-create examples. | hhsprings | 2015-11-05 | 2 | -7/+29 | |
| | | | | | | | | | | | ||||||
| | | | | | * | | | | | Delete examples1~4 because these examples may have license issue. | hhsprings | 2015-11-05 | 4 | -880/+0 | |
| | | | | | | | | | | | ||||||
| | | | | | * | | | | | Add the lexer for IETF 7405 ABNF <http://www.ietf.org/rfc/rfc7405.txt>. | hhsprings | 2015-11-05 | 5 | -0/+887 | |
| | | | | | | |/ / / | | | | | | |/| | | | ||||||
| | | | * | | | | | | Merged default into add-pkgconfig-lexer | Hiroaki Itoh | 2015-11-10 | 2 | -0/+2785 | |
| | | | |\ \ \ \ \ \ | | | | | | |_|/ / / | | | | | |/| | | | | ||||||
| | | | | * | | | | | Merged default into add-termcapterminfo-lexer | Hiroaki Itoh | 2015-11-09 | 2 | -0/+2785 | |
| | | | | |\ \ \ \ \ | | | | | | |/ / / / | | | | | |/| | | | | ||||||
| | | | | | * | | | | Add the lexer for traditional termcap/terminfo source. | hhsprings | 2015-11-04 | 2 | -0/+2785 | |
| | | | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is very simple and minimal, but it gives us much enough readability. | |||||
| | | | * | | | | | The { is not required. | hhsprings | 2015-11-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See `comment-11592775 <https://bitbucket.org/birkenfeld/pygments-main/pull-requests/517/add-lexers-for-pkg-config-pacmanconf/diff#comment-11592775>`_. | |||||
| | | | * | | | | | Merged default into add-pkgconfig-lexer | Hiroaki Itoh | 2015-11-09 | 2 | -0/+67 | |
| | | | |\ \ \ \ \ | | | | | |/ / / / | | | | |/| | | | | ||||||
| | | | | * | | | | * Add lexer for `pkg-config ↵ | hhsprings | 2015-11-06 | 2 | -0/+67 | |
| | | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <http://www.freedesktop.org/wiki/Software/pkg-config/>`_ * Add lexer for `pacman.conf <https://www.archlinux.org/pacman/pacman.conf.5.html>`_. | |||||
| | | | * | | | | * see `#1164 ↵ | hhsprings | 2015-11-08 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <https://bitbucket.org/birkenfeld/pygments-main/issues/1164/linter-to-check-for-single-character#comment-23146873>`_, TNX Tim! * I noticed bc doesn't support 1.0e-2 form. | |||||
| | | | * | | | | Update example. | hhsprings | 2015-11-03 | 1 | -40/+15 | |
| | | | | | | | | ||||||
| | | | * | | | | Merged birkenfeld/pygments-main into default | Hiroaki Itoh | 2015-11-03 | 1 | -0/+260 | |
| | | | |\ \ \ \ | | | | | |/ / / | ||||||
| | | | * | | | | Merged birkenfeld/pygments-main into default | Hiroaki Itoh | 2015-11-01 | 12 | -0/+1893 | |
| | | | |\ \ \ \ | ||||||
| | | | * \ \ \ \ | Merged birkenfeld/pygments-main into default | Hiroaki Itoh | 2015-11-01 | 3 | -0/+452 | |
| | | | |\ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ | Merged birkenfeld/pygments-main into default | Hiroaki Itoh | 2015-10-29 | 1 | -58/+0 | |
| | | | |\ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Add the lexer for traditional `bc: an arbitrary precision calculator language'. | hhsprings | 2015-10-28 | 1 | -0/+70 | |
| | | | | |_|_|_|_|/ | | | | |/| | | | | | ||||||
| | | * | | | | | | | Add Csound score file | Nathan Whetsell | 2015-11-03 | 1 | -0/+10 | |
| | | | |_|_|_|/ / | | | |/| | | | | | ||||||
| * | | | | | | | | Fixed deepcopy-ing of Token instances (closes #1168) | Georg Brandl | 2016-02-02 | 1 | -0/+8 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fixup tests for HTML formatter change. | Georg Brandl | 2016-02-02 | 1 | -2/+2 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Backout 10520a0c4913 - this breaks Jython. | Georg Brandl | 2016-02-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you want to handle non-BMP characters correctly with Python 2.x, you should use a build with wide unicode characters. Closes #1205. | |||||
| * | | | | | | | Add 'except' and 'only' keywords to Chapel lexer and example program. | Lydia Duncan | 2016-02-01 | 1 | -6/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix example program so that it builds and runs again. | |||||
| * | | | | | | | merge default into stable | Georg Brandl | 2016-01-17 | 435 | -0/+116600 | |
| / / / / / / | ||||||
* | | | | | | | HSAIL: Add test file | grollinger | 2015-11-07 | 1 | -0/+62 | |
|/ / / / / / | ||||||
* | | | | | | Re-merge pull request #507. | Tim Hatch | 2015-11-02 | 1 | -0/+260 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | Add example CSD file | Nathan Whetsell | 2015-10-31 | 1 | -0/+260 | |
| |/ / / / | ||||||
* | | | | | Merged in ProgVal/pygments-main/c-function-keywords (pull request #487) | Tim Hatch | 2015-10-31 | 63 | -359/+8176 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merged in smattr/pygments-main (pull request #462) | Tim Hatch | 2015-10-31 | 49 | -124/+6487 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge with -main | Tim Hatch | 2015-10-31 | 1 | -0/+4 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Fix missing imports after move, add example file. | Tim Hatch | 2015-10-31 | 1 | -0/+4 | |
| | | | | | | | | ||||||
| | * | | | | | | Merged with miikkas/pygments-hexdump (pull request #508) | Tim Hatch | 2015-10-31 | 6 | -0/+1795 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | | * | | | | | Added support for od and xxd. Minor enhancements. | Miikka Salminen | 2015-10-28 | 6 | -0/+1485 | |
| | | | | | | | | ||||||
| | | * | | | | | Added lexer for typical hexdump outputs. | Miikka Salminen | 2015-10-24 | 1 | -0/+310 | |
| | | |/ / / / | ||||||
| | * | | | | | Merged in fleischwolf/pygments-main (pull request #509) | Tim Hatch | 2015-10-31 | 1 | -0/+11 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Added Decorators to TypeScript lexer | |||||
| | | * | | | | | Added Decorators to TypeScript lexer | Wolfgang Mayr | 2015-10-26 | 1 | -0/+11 | |
| | | |/ / / / | ||||||
| | * | | | | | Merged in jparise/pygments-main/thrift (pull request #469) | Tim Hatch | 2015-10-31 | 1 | -0/+14 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Add demo file for Thrift | Tim Hatch | 2015-10-31 | 1 | -0/+14 | |
| | | | | | | | | ||||||
| | * | | | | | | Fixes #1133: Merge malexk/pygments-main (pull request #488). | Tim Hatch | 2015-10-31 | 51 | -359/+6278 | |
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | | ||||||
| | | * | | | | | Merge ezhillang/pygments-main (pull request #443) | Tim Hatch | 2015-10-31 | 2 | -0/+334 | |
| | | |\ \ \ \ \ |