Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Merged in jaingaurav2/pygments-main-example-cleanup (pull request #337) | Tim Hatch | 2014-04-29 | 3 | -11/+43 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | Improvements to Objective-C lexer | |||||
| | | * \ \ | Merged birkenfeld/pygments-main into default | Gaurav Jain | 2014-04-28 | 3 | -11/+43 | |
| | | |\ \ \ | | | | |_|/ | | | |/| | | ||||||
| | | | * | | Merged upstream changes | Gaurav Jain | 2014-04-28 | 2 | -1/+68 | |
| | | | |\ \ | ||||||
| | | | | * \ | Merged birkenfeld/pygments-main into default | Gaurav Jain | 2014-04-24 | 3 | -11/+43 | |
| | | | | |\ \ | ||||||
| | | | * | | | | Fixed typo in Carbon built-in regex | Gaurav Jain | 2014-04-28 | 1 | -1/+1 | |
| | | | | |/ / | | | | |/| | | | | | | | | | | | | | | | | Carbon builtin should not be prefixed with an @. Also changed the the \n to \b | |||||
| | | | * | | | Change token for literal numbers, arrays and dictionaries from punctuation ↵ | Gaurav Jain | 2014-04-24 | 1 | -1/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | to literal | |||||
| | | | * | | | Tweaks to Xcode style | Gaurav Jain | 2014-04-24 | 1 | -5/+6 | |
| | | | | | | | ||||||
| | | | * | | | Add support for boolean number syntax | Gaurav Jain | 2014-04-22 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | | | * | | | Add additional Cocoa protocols | Gaurav Jain | 2014-04-22 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | * | | | Add some Carbon builtins | Gaurav Jain | 2014-04-22 | 1 | -0/+4 | |
| | | | | | | | ||||||
| | | | * | | | Remove invalid builtins | Gaurav Jain | 2014-04-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing MyClass & MyClassJavaScriptMethods as they do not seem to be builtins | |||||
| | | | * | | | Include Name.Class when searching for builtins | Gaurav Jain | 2014-04-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a class extends a class, the parent class could be a builtin so it needs to be scanned in get_tokens_unprocessed() | |||||
| | | | * | | | Add copy, atomic, release & class Objective-C keywords | Gaurav Jain | 2014-04-22 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | * | | | | | Merged in jaingaurav2/pygments-main-926 (pull request #336) | Tim Hatch | 2014-04-29 | 8 | -6/+658 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Reorder regex expressions so that C keywords are matched before a label | |||||
| | | * | | | | | 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 | 2 | -1/+190 | |
| | | |/ / / / | ||||||
| | | * | | | | 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 | 2 | -4/+8 | |
| | | | | | | ||||||
| | | * | | | Merged in jrha/pygments-main (pull request #179) | Tim Hatch | 2014-04-24 | 2 | -1/+62 | |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -4/+65 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regenerate _mapping | |||||
| | | | * | | | Merge | James Adams | 2014-02-03 | 1 | -0/+1 | |
| | | | |\ \ \ | ||||||
| | | | | * | | | Add URL for pan | James Adams | 2013-04-19 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | | | | * | | | Initial version of lexer for the pan language. | James Adams | 2013-03-08 | 2 | -1/+62 | |
| | | | | | | | | ||||||
| | | * | | | | | 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 | 2 | -2/+50 | |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/other.py | |||||
| | | | * | | | | | fix a small typo in _mapping.py | Linh Vu Hong | 2013-06-24 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | | | * | | | | | Add RSL lexer | Linh Vu Hong | 2013-06-23 | 2 | -1/+47 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Let qbasic lexer match functions like 'RIGHT$', with test | Tim Hatch | 2014-04-24 | 1 | -13/+15 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Properly escape functions for qbasic | Tim Hatch | 2014-04-24 | 1 | -46/+53 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Fixes by regexlint | Tim Hatch | 2014-04-24 | 1 | -4/+4 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Merged in pathawks/pygments (pull request #182) | Tim Hatch | 2014-04-24 | 3 | -0/+154 | |
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py | |||||
| | | | * \ \ \ \ \ | Merged birkenfeld/pygments-main into default | Pat Hawks | 2013-08-01 | 2 | -0/+142 | |
| | | | |\ \ \ \ \ \ | | | | | |/ / / / / | | | | |/| | | | | | ||||||
| | | | | * | | | | | Merged in pathawks/pygments-1/pathawks/mimetypes-is-plural-1375403583927 ↵ | Pat Hawks | 2013-08-01 | 1 | -1/+1 | |
| | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (pull request #1) `mimetypes` Is plural | |||||
| | | | | | * | | | | | `mimetypes` Is plural | Pat Hawks | 2013-08-02 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | | | | * | | | | | | Change arrays to proper arrays that wrap around 80 | Pat Hawks | 2013-08-02 | 1 | -18/+47 | |
| | | | | |/ / / / / | ||||||
| | | | | * | | | | | While there are still a few edge cases, I think the biggest problem is ↵ | Pat Hawks | 2013-03-08 | 1 | -14/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | differentiating between variable names and functions/subroutines | |||||
| | | | | * | | | | | Updating the way CHR$ is handled. | Pat Hawks | 2013-03-07 | 1 | -3/+2 | |
| | | | | | | | | | | ||||||
| | | | | * | | | | | I think `REM` is maybe a preprocessor comment? | Pat Hawks | 2013-03-07 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think it looks better this way, anyway. | |||||
| | | | | * | | | | | Let's not forget about line numbers | Pat Hawks | 2013-03-07 | 1 | -0/+2 | |
| | | | | | | | | | | ||||||
| | | | | * | | | | | I think we're getting closer? | Pat Hawks | 2013-03-07 | 1 | -15/+26 | |
| | | | | | | | | | | ||||||
| | | | | * | | | | | Adding simple QBasic support. | Pat Hawks | 2013-03-07 | 2 | -0/+93 | |
| | | | | | |/ / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | Still LOTS of work to be done | |||||
| | | * | | | | | | Improve cypher keyword matching | Tim Hatch | 2014-04-24 | 1 | -5/+6 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Fix cypher lexer to match example file | Tim Hatch | 2014-04-24 | 1 | -6/+20 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Reflow Cypher lexer | Tim Hatch | 2014-04-24 | 1 | -10/+19 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Start graph lexers file instead of just cypher | Tim Hatch | 2014-04-24 | 2 | -14/+11 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Merged in laprice/pygments-main (pull request #257) | Tim Hatch | 2014-04-24 | 2 | -0/+61 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | * | | | | | | removing trailing whitespace. To correct errors. | Larry Price | 2013-11-29 | 1 | -4/+2 | |
| | | | | | | | | | |