summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Merged in jaingaurav2/pygments-main-example-cleanup (pull request #337)Tim Hatch2014-04-293-11/+43
| | |\ \ \ | | | | | | | | | | | | | | | | | | Improvements to Objective-C lexer
| | | * \ \ Merged birkenfeld/pygments-main into defaultGaurav Jain2014-04-283-11/+43
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | Merged upstream changesGaurav Jain2014-04-282-1/+68
| | | | |\ \
| | | | | * \ Merged birkenfeld/pygments-main into defaultGaurav Jain2014-04-243-11/+43
| | | | | |\ \
| | | | * | | | Fixed typo in Carbon built-in regexGaurav Jain2014-04-281-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 Jain2014-04-241-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to literal
| | | | * | | Tweaks to Xcode styleGaurav Jain2014-04-241-5/+6
| | | | | | |
| | | | * | | Add support for boolean number syntaxGaurav Jain2014-04-221-0/+1
| | | | | | |
| | | | * | | Add additional Cocoa protocolsGaurav Jain2014-04-221-1/+1
| | | | | | |
| | | | * | | Add some Carbon builtinsGaurav Jain2014-04-221-0/+4
| | | | | | |
| | | | * | | Remove invalid builtinsGaurav Jain2014-04-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing MyClass & MyClassJavaScriptMethods as they do not seem to be builtins
| | | | * | | Include Name.Class when searching for builtinsGaurav Jain2014-04-221-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 keywordsGaurav Jain2014-04-221-2/+2
| | | | | | |
| | * | | | | Merged in jaingaurav2/pygments-main-926 (pull request #336)Tim Hatch2014-04-298-6/+658
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Reorder regex expressions so that C keywords are matched before a label
| | | * | | | | Converted tabs to spaces in the indentationOldes2014-04-291-1/+1
| | | | | | | |
| | | * | | | | Added missing possible space inside binary datatype and added some binary ↵Oldes2014-04-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests into example code.
| | | * | | | | Changed version and removed unnecessary line.Oldes2014-04-291-3/+1
| | | | | | | |
| | | * | | | | Initial version of Red-language lexerOldes2014-04-292-1/+190
| | | |/ / / /
| | | * | | | Gherkin: Comments should only be matched on distinct linesGaurav Jain2014-04-271-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 whitespaceTim Hatch2014-04-242-4/+8
| | | | | |
| | | * | | Merged in jrha/pygments-main (pull request #179)Tim Hatch2014-04-242-1/+62
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/other.py
| | | | * | | Correct patterns for paren and curly.James Adams2014-02-031-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove spurious pattern for variable.
| | | | * | | Re-add PanLexer after conflict resolutionJames Adams2014-02-032-4/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Regenerate _mapping
| | | | * | | MergeJames Adams2014-02-031-0/+1
| | | | |\ \ \
| | | | | * | | Add URL for panJames Adams2013-04-191-1/+1
| | | | | | | |
| | | | | * | | Initial version of lexer for the pan language.James Adams2013-03-082-1/+62
| | | | | | | |
| | | * | | | | Improve RslLexer -- line width, and anchoringTim Hatch2014-04-241-6/+17
| | | | | | | |
| | | * | | | | Merged in vuhonglinh/pygments-main (pull request #212)Tim Hatch2014-04-242-2/+50
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/other.py
| | | | * | | | | fix a small typo in _mapping.pyLinh Vu Hong2013-06-241-1/+1
| | | | | | | | |
| | | | * | | | | Add RSL lexerLinh Vu Hong2013-06-232-1/+47
| | | | | | | | |
| | | * | | | | | Let qbasic lexer match functions like 'RIGHT$', with testTim Hatch2014-04-241-13/+15
| | | | | | | | |
| | | * | | | | | Properly escape functions for qbasicTim Hatch2014-04-241-46/+53
| | | | | | | | |
| | | * | | | | | Fixes by regexlintTim Hatch2014-04-241-4/+4
| | | | | | | | |
| | | * | | | | | Merged in pathawks/pygments (pull request #182)Tim Hatch2014-04-243-0/+154
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py
| | | | * \ \ \ \ \ Merged birkenfeld/pygments-main into defaultPat Hawks2013-08-012-0/+142
| | | | |\ \ \ \ \ \ | | | | | |/ / / / / | | | | |/| | | | |
| | | | | * | | | | Merged in pathawks/pygments-1/pathawks/mimetypes-is-plural-1375403583927 ↵Pat Hawks2013-08-011-1/+1
| | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (pull request #1) `mimetypes` Is plural
| | | | | | * | | | | `mimetypes` Is pluralPat Hawks2013-08-021-1/+1
| | | | | | | | | | |
| | | | | * | | | | | Change arrays to proper arrays that wrap around 80Pat Hawks2013-08-021-18/+47
| | | | | |/ / / / /
| | | | | * | | | | While there are still a few edge cases, I think the biggest problem is ↵Pat Hawks2013-03-081-14/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | differentiating between variable names and functions/subroutines
| | | | | * | | | | Updating the way CHR$ is handled.Pat Hawks2013-03-071-3/+2
| | | | | | | | | |
| | | | | * | | | | I think `REM` is maybe a preprocessor comment?Pat Hawks2013-03-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think it looks better this way, anyway.
| | | | | * | | | | Let's not forget about line numbersPat Hawks2013-03-071-0/+2
| | | | | | | | | |
| | | | | * | | | | I think we're getting closer?Pat Hawks2013-03-071-15/+26
| | | | | | | | | |
| | | | | * | | | | Adding simple QBasic support.Pat Hawks2013-03-072-0/+93
| | | | | | |/ / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | Still LOTS of work to be done
| | | * | | | | | Improve cypher keyword matchingTim Hatch2014-04-241-5/+6
| | | | | | | | |
| | | * | | | | | Fix cypher lexer to match example fileTim Hatch2014-04-241-6/+20
| | | | | | | | |
| | | * | | | | | Reflow Cypher lexerTim Hatch2014-04-241-10/+19
| | | | | | | | |
| | | * | | | | | Start graph lexers file instead of just cypherTim Hatch2014-04-242-14/+11
| | | | | | | | |
| | | * | | | | | Merged in laprice/pygments-main (pull request #257)Tim Hatch2014-04-242-0/+61
| | | |\ \ \ \ \ \
| | | | * | | | | | removing trailing whitespace. To correct errors.Larry Price2013-11-291-4/+2
| | | | | | | | | |