Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | Merged in jrha/pygments-main (pull request #179) | Tim Hatch | 2014-04-24 | 3 | -1/+116 | |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -0/+55 | |
| | | | |\ \ \ | ||||||
| | | | | * | | | Expand test file for pan to include at least one of each variable type | James Adams | 2014-02-03 | 1 | -4/+45 | |
| | | | | | | | | ||||||
| | | | | * | | | Add URL for pan | James Adams | 2013-04-19 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | | | | * | | | Add test file for pan language and update AUTHORS | James Adams | 2013-03-08 | 2 | -0/+14 | |
| | | | | | | | | ||||||
| | | | | * | | | 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 | 4 | -2/+162 | |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/other.py | |||||
| | | | * \ \ \ \ | Merged in ↵ | Linh Vu Hong | 2013-06-24 | 1 | -1/+1 | |
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vuhonglinh/pygments-main-1/vuhonglinh/fix-a-small-typo-in-_mappingpy--1372096144686 (pull request #1) fix a small typo in _mapping.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 | 4 | -1/+159 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Let qbasic lexer match functions like 'RIGHT$', with test | Tim Hatch | 2014-04-24 | 3 | -14/+59 | |
| | | | | | | | | | ||||||
| | | * | | | | | | 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 | 4 | -0/+156 | |
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -7/+25 | |
| | | | | | | | | | ||||||
| | | * | | | | | | 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 | 3 | -0/+180 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | * | | | | | | adding the test file. | Larry Price | 2013-11-29 | 1 | -0/+119 | |
| | | | | | | | | | | ||||||
| | | | * | | | | | | removing trailing whitespace. To correct errors. | Larry Price | 2013-11-29 | 1 | -4/+2 | |
| | | | | | | | | | | ||||||
| | | | * | | | | | | added more punctuation. tweaked the keywords to prevent in word matches. | Larry Price | 2013-11-29 | 1 | -4/+7 | |
| | | | | | | | | | | ||||||
| | | | * | | | | | | downcase region. | Larry Price | 2013-11-29 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| | | | * | | | | | | a crude, barely functional lexer. Now to improve it. | Larry Price | 2013-11-29 | 1 | -6/+10 | |
| | | | | | | | | | | ||||||
| | | | * | | | | | | minor prgoress | Larry Price | 2013-11-29 | 1 | -2/+4 | |
| | | | | | | | | | | ||||||
| | | | * | | | | | | checkpoint, working on the tokenizer. | Larry Price | 2013-11-29 | 1 | -8/+29 | |
| | | | | | | | | | | ||||||
| | | | * | | | | | | The lexer skeleton. | Larry Price | 2013-11-29 | 1 | -0/+32 | |
| | | | | | | | | | | ||||||
| | | | * | | | | | | Starting in on a lexer for the cypher graph query language. | Larry Price | 2013-11-29 | 1 | -0/+1 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Add lexer for Dockerfiles | Tim Hatch | 2014-04-24 | 2 | -1/+29 | |
| | | | |_|_|_|_|/ | | | |/| | | | | | ||||||
| | | * | | | | | | Forgot to include lexer changes in previous Chai commit. | Tim Hatch | 2014-04-23 | 1 | -3/+14 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Improve ChaiScript lexer, add examplefile, add string interpolation | Tim Hatch | 2014-04-23 | 1 | -0/+6 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Merged in lefticus/pygments-main (pull request #24) | Tim Hatch | 2014-04-23 | 335 | -6953/+62012 | |
| | | |\ \ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/agile.py | |||||
| | | * | | | | | | Add support for ChaiScript lexing. | Jason Turner | 2011-03-01 | 2 | -1/+58 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Test cases for C lexer for switch/case statements and labels | Gaurav Jain | 2014-04-23 | 1 | -1/+226 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Mark ':' in label as punctuation | Gaurav Jain | 2014-04-23 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Merged birkenfeld/pygments-main into default | Gaurav Jain | 2014-04-23 | 1 | -2/+1 | |
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | ||||||
| | | * | | | | | | Reorder regex expressions so that C keywords are matched before a label | Gaurav Jain | 2014-04-23 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keywords need to be matched before C labels to correctly handle the default keyword in switch/case blocks |