summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | | 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-243-0/+180
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | adding the test file.Larry Price2013-11-291-0/+119
| | | | | | | | | | |
| | | | * | | | | | | removing trailing whitespace. To correct errors.Larry Price2013-11-291-4/+2
| | | | | | | | | | |
| | | | * | | | | | | added more punctuation. tweaked the keywords to prevent in word matches.Larry Price2013-11-291-4/+7
| | | | | | | | | | |
| | | | * | | | | | | downcase region.Larry Price2013-11-291-2/+2
| | | | | | | | | | |
| | | | * | | | | | | a crude, barely functional lexer. Now to improve it.Larry Price2013-11-291-6/+10
| | | | | | | | | | |
| | | | * | | | | | | minor prgoressLarry Price2013-11-291-2/+4
| | | | | | | | | | |
| | | | * | | | | | | checkpoint, working on the tokenizer.Larry Price2013-11-291-8/+29
| | | | | | | | | | |
| | | | * | | | | | | The lexer skeleton.Larry Price2013-11-291-0/+32
| | | | | | | | | | |
| | | | * | | | | | | Starting in on a lexer for the cypher graph query language.Larry Price2013-11-291-0/+1
| | | | | | | | | | |
| | | * | | | | | | | Add lexer for DockerfilesTim Hatch2014-04-242-1/+29
| | | | |_|_|_|_|/ / | | | |/| | | | | |
| | | * | | | | | | Forgot to include lexer changes in previous Chai commit.Tim Hatch2014-04-231-3/+14
| | | | | | | | | |
| | | * | | | | | | Improve ChaiScript lexer, add examplefile, add string interpolationTim Hatch2014-04-231-0/+6
| | | | | | | | | |
| | | * | | | | | | Merged in lefticus/pygments-main (pull request #24)Tim Hatch2014-04-23335-6953/+62012
| | | |\ \ \ \ \ \ \ | | | | | |_|_|_|/ / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/agile.py
| | | * | | | | | | Add support for ChaiScript lexing.Jason Turner2011-03-012-1/+58
| | | | | | | | | |
| | * | | | | | | | Test cases for C lexer for switch/case statements and labelsGaurav Jain2014-04-231-1/+226
| | | | | | | | | |
| | * | | | | | | | Mark ':' in label as punctuationGaurav Jain2014-04-231-1/+1
| | | | | | | | | |
| | * | | | | | | | Merged birkenfeld/pygments-main into defaultGaurav Jain2014-04-231-2/+1
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | | * | | | | | | Reorder regex expressions so that C keywords are matched before a labelGaurav Jain2014-04-231-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keywords need to be matched before C labels to correctly handle the default keyword in switch/case blocks
| | * | | | | | | | Fix RexxLexer test to work under Python 2.6Tim Hatch2014-04-231-9/+9
| | | | | | | | | |
| | * | | | | | | | Add testcase formatterTim Hatch2014-04-232-2/+50
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Usage: echo 'print "hi";' | pygmentize -l python -f testcase
| * | | | | | | | Adds `end` to the list of keywords again.Dietmar Winkler2014-04-221-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 Brandl2014-04-222-1/+9
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Added handling of escaped single quotes in Puppet files
| | * | | | | | | Added handling of escaped single quotes in Puppet filesGaurav Jain2014-04-152-1/+9
| | | | | | | | |
| * | | | | | | | Merged in jaingaurav2/pygments-main (pull request #321)Georg Brandl2014-04-2213-23/+75
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If encoding fails use ? as ANSI fallback character
| | * \ \ \ \ \ \ \ Merged in jaingaurav2/pygments-main-898 (pull request #332)Georg Brandl2014-04-222-1/+25
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements to bash lexing of numbers with base syntax
| | | * | | | | | | | Ensure that number literals with base syntax use a single tokenGaurav Jain2014-04-202-0/+4
| | | | | | | | | | |
| | | * | | | | | | | Reorder regex matches to ensure number match is before textGaurav Jain2014-04-202-1/+4
| | | | | | | | | | |
| | | * | | | | | | | Add handling of arthmetic base syntax for math expressionsGaurav Jain2014-04-202-0/+17
| | | |/ / / / / / /
| | * | | | | | | | Merged in jaingaurav2/pygments-main-958 (pull request #329)Georg Brandl2014-04-222-3/+11
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for kind paramter for integer and real types
| | | * | | | | | | | Add support for kind paramter for integer and real typesGaurav Jain2014-04-172-3/+11
| | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integers and reals can have an optional kind parameter specified with an underscore. This could have the format of any variable name. Additionally added example file to demonstrate usage.
| | * | | | | | | | Merged in jaingaurav2/pygments-main-974 (pull request #328)Georg Brandl2014-04-226-17/+37
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed LiveScript backslash strings to terminate on whitespace
| | | * \ \ \ \ \ \ \ Merged in jaingaurav2/pygments-main-cmake (pull request #327)Georg Brandl2014-04-224-17/+29
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add analyse_text method to CMake lexer
| | | | * \ \ \ \ \ \ \ Merged in jaingaurav2/pygments-main-975 (pull request #331)Georg Brandl2014-04-222-15/+16
| | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move order of comment match after operator match
| | | | | * \ \ \ \ \ \ \ Merged in dietmarw/pygments-main (pull request #324)Georg Brandl2014-04-221-7/+8
| | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrects class name detection and adds missing function names.
| | | | | | * | | | | | | | Add "for" on the exclude list for highlighting class names.Dietmar Winkler2014-04-211-2/+3
| | | | | | | | | | | | | |
| | | | | | * | | | | | | | Adds missing function names to "functions" group.Dietmar Winkler2014-04-161-3/+5
| | | | | | | | | | | | | |
| | | | | | * | | | | | | | Correcting the class name detection.Dietmar Winkler2014-04-161-2/+0
| | | | | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These lines were detecting false positives. Removing for now.
| | | | | * | | | | | | | Change the Factor lexer to use non-capturing groups where appropriate.John Benediktsson2014-04-211-8/+8
| | | | | | | | | | | | |
| | | | | * | | | | | | | Fix highlighting of single-character CHAR: in the Factor lexer.John Benediktsson2014-04-211-1/+1
| | | | | |/ / / / / / /
| | | | * | | | | | | | Restore order of comment regex. Instead copy better expression from root state.Gaurav Jain2014-04-202-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous commit does not handle all situations. Instead the comment regex needs to be copied from the root state. Added additional test lines in the example file for testing.
| | | | * | | | | | | | Move order of comment match after operator matchGaurav Jain2014-04-192-3/+6
| | | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since -- can be used in an operator, match operators before comments. The exmaple file has been updated to add such an operator. Also the package-qualified import has been made more generic.
| | | * | | | | | | | Minor style fix to remove space around "=" for kwargsGaurav Jain2014-04-181-1/+1
| | | | | | | | | | |
| | | * | | | | | | | Add analyse_text method to CMake lexerGaurav Jain2014-04-162-0/+8
| | | |/ / / / / / /
| | * | | | | | | | Fixed LiveScript backslash strings to terminate on whitespaceGaurav Jain2014-04-172-2/+2
| | |/ / / / / / /
| * | | | | | | | If encoding fails use ? as ANSI fallback characterGaurav Jain2014-04-151-3/+3
| | | | | | | | |
* | | | | | | | | Tweaking clojure keyword lexingTim Gilbert2014-04-162-1/+6
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Correct language of example fileTim Hatch2014-04-151-0/+0
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was causing test failures on Python 3, where something (presumably hash order) caused Pawn instead of OpenEdge to be chosen.