Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Remove the misc subpackage. | Georg Brandl | 2014-09-20 | 1 | -7/+7 |
| | |||||
* | reorganization of other.py, part 3/3 | Georg Brandl | 2014-09-19 | 1 | -544/+9 |
| | |||||
* | reorganization of other.py, part 2 | Georg Brandl | 2014-09-19 | 1 | -2003/+87 |
| | |||||
* | reorganization of other.py, part 1 | Georg Brandl | 2014-09-19 | 1 | -2036/+37 |
| | |||||
* | Style change: use `1.0`and `0.0` instead of, respectively, `True` and ↵ | Paulo Moura | 2014-09-16 | 1 | -4/+4 |
| | | | | `False` in the analyse_text() function. | ||||
* | When analyzing, replace the too broad `:-` sequence by a regular expression ↵ | Paulo Moura | 2014-09-16 | 1 | -5/+6 |
| | | | | matching directives. | ||||
* | Added missing specific number tokens to the entity relation regular expressions. | Paulo Moura | 2014-09-12 | 1 | -3/+3 |
| | |||||
* | Add more specific number types for binary, octal, and hexadecimal syntaxes. | Paulo Moura | 2014-09-12 | 1 | -3/+3 |
| | |||||
* | Fix harmless comment layout | Paulo Moura | 2014-09-11 | 1 | -1/+1 |
| | |||||
* | Updated Logtalk lexer | Paulo Moura | 2014-09-11 | 1 | -47/+44 |
| | |||||
* | Add "oneof" keyword to ProtoBufLexer | BJ Neilsen | 2014-09-07 | 1 | -1/+1 |
| | | | | | | [Protocol Buffers version 2.6][1] added a new union construct with the `oneof` keyword. [1]: https://groups.google.com/d/msg/protobuf/lvI8-sWZbUY/2_a8LVDMi5YJ | ||||
* | Merged in dscorbett/pygments-numbers (pull request #364) | Tim Hatch | 2014-05-20 | 1 | -8/+8 |
|\ | | | | | | | Add token type Number.Bin | ||||
| * | Add token type Number.Bin | David Corbett | 2014-05-19 | 1 | -8/+8 |
| | | |||||
* | | Add 'emacs-lisp' alias to make org-mode happy. | Tim Hatch | 2014-05-19 | 1 | -2/+2 |
|/ | | | | Resolves #976 | ||||
* | Merged in jaingaurav2/pygments-main-c-cleanup (pull request #342) | Tim Hatch | 2014-05-18 | 1 | -4/+4 |
|\ | | | | | | | Add ability to specify default state transition | ||||
| * | Apply default state transition in various lexers to avoid extra token generation | Gaurav Jain | 2014-05-18 | 1 | -4/+4 |
| | | |||||
* | | Merged in spderosso/pygments-main (pull request #355) | Tim Hatch | 2014-05-18 | 1 | -1/+59 |
|\ \ | |/ |/| | | | Alloy (alloy.mit.edu) lexer | ||||
| * | fixed bug in AlloyLexer | sperezde | 2014-05-17 | 1 | -1/+1 |
| | | |||||
| * | Alloy (alloy.mit.edu) lexer | Santiago Perez De Rosso | 2014-05-13 | 1 | -1/+59 |
| | | |||||
* | | Merged in dietmarw/pygments-main (pull request #348) | Tim Hatch | 2014-05-16 | 1 | -100/+108 |
|\ \ | | | | | | | | | | Modelica-lexer: Add "end" to keyword list again | ||||
| * | | Replace a-z0-9_ with \w when IGNORECASE is set | Gaurav Jain | 2014-05-15 | 1 | -6/+6 |
| | | | |||||
| * | | Overlap due to case insensitive mode | Gaurav Jain | 2014-05-15 | 1 | -25/+25 |
| | | | |||||
| * | | Overlap in character class | Gaurav Jain | 2014-05-15 | 1 | -1/+1 |
| | | | |||||
| * | | Superfluous character class when only one char | Gaurav Jain | 2014-05-15 | 1 | -3/+3 |
| | | | |||||
| * | | Replace addtional hidden occurences of a-zA-Z0-9_ with \w | Gaurav Jain | 2014-05-14 | 1 | -1/+1 |
| | | | |||||
| * | | Replace all occurences of a-zA-Z0-9_ with \w | Gaurav Jain | 2014-05-14 | 1 | -13/+13 |
| | | | |||||
| * | | Replace all occurences of [a-zA-Z0-9_] with \w | Gaurav Jain | 2014-05-14 | 1 | -48/+48 |
| | | | |||||
| * | | Additional fixes to reduce line length | Gaurav Jain | 2014-05-12 | 1 | -9/+15 |
| | | | |||||
| * | | Fix some lines to be within 90 characters | Gaurav Jain | 2014-05-12 | 1 | -1/+3 |
| |/ | | | | | | | Some regular expressions has been simplified to use \w in order to reduce line length | ||||
* | | Merged birkenfeld/pygments-main into default | Dietmar Winkler | 2014-05-10 | 1 | -11/+317 |
|\ \ | |/ | |||||
| * | Comments handling fixed in Red language lexer as well. | Oldes | 2014-05-05 | 1 | -8/+7 |
| | | |||||
| * | FIX: Issue #985 - REBOL comments | Oldes | 2014-05-05 | 1 | -8/+7 |
| | | |||||
| * | .reb is now commonly used file extension for REBOL code | Oldes | 2014-05-05 | 1 | -1/+1 |
| | | |||||
| * | Converted tabs to spaces in the indentation | Oldes | 2014-04-29 | 1 | -1/+1 |
| | | |||||
| * | Added missing possible space inside binary datatype and added some binary ↵ | Oldes | 2014-04-29 | 1 | -1/+1 |
| | | | | | | | | tests into example code. | ||||
| * | Changed version and removed unnecessary line. | Oldes | 2014-04-29 | 1 | -3/+1 |
| | | |||||
| * | Initial version of Red-language lexer | Oldes | 2014-04-29 | 1 | -1/+189 |
| | | |||||
| * | Gherkin: Comments should only be matched on distinct lines | Gaurav Jain | 2014-04-27 | 1 | -1/+2 |
| | | | | | | | | | | | | According to https://github.com/cucumber/cucumber/wiki/Gherkin, cooments are complete lines that can appear anywhere in the file and have leading whitespace. Added valid example file which was validated with 'cucumber -r -d tests/examplefiles/example.feature' | ||||
| * | Fix PanLexer and TcshLexer to allow inline comments without whitespace | Tim Hatch | 2014-04-24 | 1 | -2/+5 |
| | | |||||
| * | Merged in jrha/pygments-main (pull request #179) | Tim Hatch | 2014-04-24 | 1 | -1/+61 |
| |\ | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/other.py | ||||
| | * | Correct patterns for paren and curly. | James Adams | 2014-02-03 | 1 | -3/+2 |
| | | | | | | | | | | | | Remove spurious pattern for variable. | ||||
| | * | Re-add PanLexer after conflict resolution | James Adams | 2014-02-03 | 1 | -1/+62 |
| | | | | | | | | | | | | Regenerate _mapping | ||||
| * | | Improve RslLexer -- line width, and anchoring | Tim Hatch | 2014-04-24 | 1 | -6/+17 |
| | | | |||||
| * | | Merged in vuhonglinh/pygments-main (pull request #212) | Tim Hatch | 2014-04-24 | 1 | -1/+48 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/other.py | ||||
| | * | | Add RSL lexer | Linh Vu Hong | 2013-06-23 | 1 | -1/+46 |
| | | | | |||||
* | | | | Adds `end` to the list of keywords again. | Dietmar Winkler | 2014-04-22 | 1 | -2/+2 |
|/ / / | | | | | | | | | | | | | At the same time change the order of includes so that keywords are only parsed after "classes" and "functions". | ||||
* | | | Merged in jaingaurav2/pygments-main-954 (pull request #323) | Georg Brandl | 2014-04-22 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | Added handling of escaped single quotes in Puppet files | ||||
| * | | | Added handling of escaped single quotes in Puppet files | Gaurav Jain | 2014-04-15 | 1 | -1/+1 |
| | | | | |||||
* | | | | Add "for" on the exclude list for highlighting class names. | Dietmar Winkler | 2014-04-21 | 1 | -2/+3 |
| | | | |