summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | ColdFusion: Fixed example file to work under ColdFusionGaurav Jain2014-04-261-0/+5
| | | |_|_|/ / | | |/| | | |
| * | | | | | Copy regex from LiveScript to CoffeeScript to handle mid string interpolationsGaurav Jain2014-05-121-0/+2
| | | | | | |
| * | | | | | Allow hash within double quoted and single quoted stringsGaurav Jain2014-05-111-0/+14
| | | | | | |
| * | | | | | Rename CoffeeScript example fileGaurav Jain2014-05-111-0/+0
| | |/ / / / | |/| | | |
| * | | | | Merged in dscorbett/pygments-jasmin (pull request #343)Tim Hatch2014-05-061-0/+564
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | Add a lexer for Jasmin
| | * | | | Add a lexer for JasminDavid Corbett2014-05-041-0/+564
| | | |_|/ | | |/| |
| * | | | Comments handling fixed in Red language lexer as well.Oldes2014-05-051-0/+26
| | | | |
| * | | | FIX: Issue #985 - REBOL commentsOldes2014-05-051-7/+27
| |/ / /
| * | | Merged in jaingaurav2/pygments-main-example-cleanup (pull request #337)Tim Hatch2014-04-293-46/+254
| |\ \ \ | | | | | | | | | | | | | | | Improvements to Objective-C lexer
| | * \ \ Merged birkenfeld/pygments-main into defaultGaurav Jain2014-04-283-46/+254
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Merged birkenfeld/pygments-main into defaultGaurav Jain2014-04-243-46/+254
| | | |\ \
| | | | * | Add Objective-C unit testsGaurav Jain2014-04-241-0/+91
| | | | | |
| | | | * | Consolidated Objective-C example files and fixed syntaxGaurav Jain2014-04-242-46/+163
| | | | | | | | | | | | | | | | | | | | | | | | Merged the 2 objective-C example files. The file now has a completely valid syntax as checked with clang -fsyntax-only. It tests numerous aspects of Objective-C syntax.
| * | | | | Merged in jaingaurav2/pygments-main-926 (pull request #336)Tim Hatch2014-04-299-0/+736
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Reorder regex expressions so that C keywords are matched before a label
| | * | | | | Some string tests added into the exampleOldes2014-04-291-1/+5
| | | | | | |
| | * | | | | Added missing possible space inside binary datatype and added some binary ↵Oldes2014-04-291-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | tests into example code.
| | * | | | | Initial version of Red-language lexerOldes2014-04-292-0/+368
| | |/ / / /
| | * | | | Gherkin: Comments should only be matched on distinct linesGaurav Jain2014-04-271-0/+16
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | 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'
| | * | | Merged in jrha/pygments-main (pull request #179)Tim Hatch2014-04-241-0/+54
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/other.py
| | | * \ \ MergeJames Adams2014-02-031-0/+54
| | | |\ \ \
| | | | * | | Expand test file for pan to include at least one of each variable typeJames Adams2014-02-031-4/+45
| | | | | | |
| | | | * | | Add test file for pan language and update AUTHORSJames Adams2013-03-081-0/+13
| | | | | | |
| | * | | | | Merged in vuhonglinh/pygments-main (pull request #212)Tim Hatch2014-04-241-0/+111
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/other.py
| | | * | | | | Add RSL lexerLinh Vu Hong2013-06-231-0/+111
| | | | | | | |
| | * | | | | | Let qbasic lexer match functions like 'RIGHT$', with testTim Hatch2014-04-242-1/+44
| | | | | | | |
| | * | | | | | Merged in pathawks/pygments (pull request #182)Tim Hatch2014-04-241-0/+2
| | |\ \ \ \ \ \ | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py
| | * | | | | | Fix cypher lexer to match example fileTim Hatch2014-04-241-1/+5
| | | | | | | |
| | * | | | | | Merged in laprice/pygments-main (pull request #257)Tim Hatch2014-04-241-0/+119
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | adding the test file.Larry Price2013-11-291-0/+119
| | | |/ / / /
| | * | | | | Improve ChaiScript lexer, add examplefile, add string interpolationTim Hatch2014-04-231-0/+6
| | | |_|_|/ | | |/| | |
| * | | | | Test cases for C lexer for switch/case statements and labelsGaurav Jain2014-04-231-1/+226
| |/ / / /
| * | | | Fix RexxLexer test to work under Python 2.6Tim Hatch2014-04-231-9/+9
| | | | |
| * | | | Merged in jaingaurav2/pygments-main-954 (pull request #323)Georg Brandl2014-04-221-0/+8
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Added handling of escaped single quotes in Puppet files
| | * | | | Added handling of escaped single quotes in Puppet filesGaurav Jain2014-04-151-0/+8
| | | | | |
| * | | | | Merged in jaingaurav2/pygments-main-898 (pull request #332)Georg Brandl2014-04-221-0/+22
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Improvements to bash lexing of numbers with base syntax
| | * | | | | Ensure that number literals with base syntax use a single tokenGaurav Jain2014-04-201-0/+3
| | | | | | |
| | * | | | | Reorder regex matches to ensure number match is before textGaurav Jain2014-04-201-0/+3
| | | | | | |
| | * | | | | Add handling of arthmetic base syntax for math expressionsGaurav Jain2014-04-201-0/+16
| | |/ / / /
| * | | | | Merged in jaingaurav2/pygments-main-958 (pull request #329)Georg Brandl2014-04-221-0/+8
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add support for kind paramter for integer and real types
| | * | | | | Add support for kind paramter for integer and real typesGaurav Jain2014-04-171-0/+8
| | |/ / / / | | | | | | | | | | | | | | | | | | 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-222-1/+14
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fixed LiveScript backslash strings to terminate on whitespace
| | * \ \ \ \ Merged in jaingaurav2/pygments-main-cmake (pull request #327)Georg Brandl2014-04-221-1/+12
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add analyse_text method to CMake lexer
| | | * | | | | Restore order of comment regex. Instead copy better expression from root state.Gaurav Jain2014-04-201-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-191-1/+4
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | | | Add analyse_text method to CMake lexerGaurav Jain2014-04-161-0/+2
| | |/ / / /
| * | | | | Fixed LiveScript backslash strings to terminate on whitespaceGaurav Jain2014-04-171-1/+1
| |/ / / /
* | | | | Tweaking clojure keyword lexingTim Gilbert2014-04-161-0/+5
|/ / / /
* | | | 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.
* | | | Merged in jaingaurav2/pygments-main (pull request #307)Tim Hatch2014-04-141-0/+3
|\ \ \ \
| * | | | Add function signatures after class implementation blockGaurav Jain2014-04-111-0/+3
| | | | | | | | | | | | | | | | | | | | Function signatures should be correct parsed after an implementation block.