summaryrefslogtreecommitdiff
path: root/tests/examplefiles
Commit message (Collapse)AuthorAgeFilesLines
* Merged in malept/pygments/yaml+jinja-lexer (pull request #365)Tim Hatch2014-06-041-0/+51
|\ | | | | | | Add YAML+Jinja lexer
| * Add YAML+Jinja (Saltstack state) lexerMark Lee2014-05-201-0/+51
| |
* | Add example file for slimTakashi Kokubun2014-05-291-0/+31
|/
* Add test for Go's unicode identifiers.Tim Hatch2014-05-201-0/+10
|
* Add 'emacs-lisp' alias to make org-mode happy.Tim Hatch2014-05-191-0/+34
| | | | Resolves #976
* Fix nested comments in ColdFusionDavid Corbett2014-05-191-1/+1
|
* Merged in spderosso/pygments-main (pull request #355)Tim Hatch2014-05-181-0/+217
|\ | | | | | | Alloy (alloy.mit.edu) lexer
| * Alloy (alloy.mit.edu) lexerSantiago Perez De Rosso2014-05-131-0/+217
| |
* | Merged in timgilbert/pygments-main/clj-keyword-fix (pull request #326)Tim Hatch2014-05-1726-88/+2329
|\ \ | | | | | | | | | Tweaking clojure keyword lexing
| * | Add shebang support to Groovy lexerGaurav Jain2014-05-161-0/+2
| | |
| * | Merged in dscorbett/pygments-racket (pull request #358)Tim Hatch2014-05-161-0/+16
| |\ \ | | | | | | | | | | | | Improve RacketLexer
| | * \ Merged birkenfeld/pygments-main into defaultGaurav Jain2014-05-163-1/+77
| | |\ \
| | * | | Improve support $ symbol in Java identifiersGaurav Jain2014-05-131-5/+9
| | | | |
| | * | | Match Java function name tokens even without leading whitespaceGaurav Jain2014-05-121-2/+1
| | | | |
| | * | | Add support for unicode letters in Java identifiersGaurav Jain2014-05-121-0/+13
| | | |/ | | |/| | | | | | | | | Additionally, allow $ in middle of variable names
| * | | Improve RacketLexerDavid Corbett2014-05-161-29/+677
| | |/ | |/|
| * | Merged birkenfeld/pygments-main into defaultGaurav Jain2014-05-161-0/+12
| |\ \
| | * | Use unistring list to enable support for unicode leading character in HaskellGaurav Jain2014-05-161-0/+10
| | | |
| | * | Improve support for Unicode in Haskell identifiersGaurav Jain2014-05-131-0/+2
| | | | | | | | | | | | | | | | Unicode characters are not yet supported as the first letter since Haskell cares about the case of the letter
| | * | Rename Haskell example fileGaurav Jain2014-05-131-0/+0
| | |/
| * | Merged in andyli/pygments-main (pull request #354)Tim Hatch2014-05-151-0/+21
| |\ \ | | | | | | | | | | | | Haxe fixes
| | * | Add vim script exmaple fileGaurav Jain2014-05-141-0/+21
| | |/
| * | Haxe: optional semicolon after macro class reification.Andy Li2014-05-151-1/+1
| | |
| * | Haxe: fixed top-level class members, number in preproc, macro reification, ↵Andy Li2014-05-131-1/+44
| |/ | | | | | | ECheckType expression.
| * Merged in jaingaurav2/pygments-main-978 (pull request #339)Tim Hatch2014-05-121-0/+12
| |\ | | | | | | | | | ColdFusion: Add Support for nested comments
| | * ColdFusion: Add Support for nested commentsGaurav Jain2014-04-261-0/+7
| | |
| | * 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-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