summaryrefslogtreecommitdiff
path: root/tests/examplefiles
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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-292-46/+163
| |\ \ | | | | | | | | | | | | Improvements to Objective-C lexer
| | * \ Merged birkenfeld/pygments-main into defaultGaurav Jain2014-04-282-46/+163
| | |\ \
| | | * \ Merged birkenfeld/pygments-main into defaultGaurav Jain2014-04-242-46/+163
| | | |\ \
| | | | * | 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.
| * | | | | 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-241-1/+1
| | | | | | |
| * | | | | | 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
| | |_|_|/ | |/| | |
| * | | | 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.
* | | | | Merged in jaingaurav2/pygments-main (pull request #314)Tim Hatch2014-04-1420-6/+1236
|\ \ \ \ \
| * \ \ \ \ Merged in jlafon/pygments-main-redo-247 (pull request #318)Tim Hatch2014-04-141-1/+3
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of ↵Jharrod LaFon2014-04-141-1/+3
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gitifyhg::ssh://hg@bitbucket.org/jlafon/pygments-main-redo-247 * 'master' of gitifyhg::ssh://hg@bitbucket.org/jlafon/pygments-main-redo-247: Wire up paraiso styles Added Para?so styles fixed autopygmentize to work with nonencoded files, passed options, and .zshrc. Added Handlebars lexer
| | | * \ \ \ \ Correctly match valid identifiers in PHP that include unicode charactersJharrod LaFon2014-04-1447-31/+3456
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| * | | | | | | Fixed #161Piotr Kasprzyk2014-04-151-0/+4
| |/ / / / / /
| * | | | | | Merged in tboyt/pygments-main (pull request #186)Tim Hatch2014-04-142-0/+45
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/templates.py
| | * | | | | Added Handlebars lexerThomas Boyt2013-04-092-0/+45
| | | | | | |