summaryrefslogtreecommitdiff
path: root/tests
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 jaingaurav2/pygments-main-c-cleanup (pull request #342)Tim Hatch2014-05-183-31/+8
|\ | | | | | | Add ability to specify default state transition
| * Add test case for default state transitionGaurav Jain2014-05-171-0/+7
| |
| * Merged birkenfeld/pygments-main into defaultGaurav Jain2014-05-172-31/+1
| |\
| | * Merged birkenfeld/pygments-main into defaultGaurav Jain2014-05-1715-47/+1641
| | |\
| | * | Use default state transition to eliminate unecessary empty tokensGaurav Jain2014-04-292-31/+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-1735-99/+2915
|\ \ \ \ | | | | | | | | | | | | | | | Tweaking clojure keyword lexing
| * \ \ \ Merged in jaingaurav2/pygments-main-993 (pull request #359)Tim Hatch2014-05-171-0/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Add shebang support to Groovy lexer
| | * | | | Add shebang support to Groovy lexerGaurav Jain2014-05-161-0/+2
| | | |_|/ | | |/| |
| * | | | Add exclusion for LiterateCryptolLexer in test_basic_apiGaurav Jain2014-05-171-1/+1
| |/ / /
| * | | Merged in jambonrose/pygments-main (pull request #338)Tim Hatch2014-05-163-0/+170
| |\ \ \ | | | | | | | | | | | | | | | Produce only unicode escape sequences in RTFs
| | * | | RTF Formatter: clarified error message.Andrew Pinkham2014-05-061-2/+2
| | | | |
| | * | | RTF Formatter: Simplified calculation of output string.Andrew Pinkham2014-05-061-1/+1
| | | | |
| | * | | RTF Formatter: tests modified to be more robust and user friendly.Andrew Pinkham2014-05-061-6/+50
| | | | |
| | * | | RTF Formatter: tests now use single footerAndrew Pinkham2014-05-061-10/+8
| | | | |
| | * | | RTF Formatter: added footer test.Andrew Pinkham2014-05-061-0/+7
| | | | |
| | * | | RTF Formatter: integrated tests with new string assert methods.Andrew Pinkham2014-05-061-6/+7
| | | | |
| | * | | Added tests for string assert methods.Andrew Pinkham2014-05-061-0/+39
| | | | |
| | * | | Added assert methods for string comparisons.Andrew Pinkham2014-05-061-0/+22
| | | | |
| | * | | RTF Formatter: standardized tests.Andrew Pinkham2014-05-061-3/+6
| | | | |
| | * | | Merged birkenfeld/pygments-main into defaultAndrew Pinkham2014-05-061-0/+56
| | |\ \ \
| | | * \ \ Merged birkenfeld/pygments-main into defaultAndrew Pinkham2014-04-281-0/+56
| | | |\ \ \
| | | | * | | RTF Formatter: fixed typo in test.Andrew Pinkham2014-04-281-1/+1
| | | | | | |
| | | | * | | RTF Formatter: tests addedAndrew Pinkham2014-04-261-0/+56
| | | | | | |
| * | | | | | Merged in dscorbett/pygments-racket (pull request #358)Tim Hatch2014-05-161-0/+16
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improve RacketLexer
| | * \ \ \ \ \ Merged birkenfeld/pygments-main into defaultGaurav Jain2014-05-164-11/+87
| | |\ \ \ \ \ \
| | * | | | | | | 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-152-10/+31
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Haxe fixes
| | * \ \ \ \ \ Merged in jaingaurav2/pygments-main (pull request #351)Tim Hatch2014-05-154-0/+95
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some lines to be within 90 characters
| | | * | | | | | Add vim script exmaple fileGaurav Jain2014-05-141-0/+21
| | | |/ / / / /
| | * | | | | | Rename test case variable from 'expected' to 'tokens' to fit line width limitGaurav Jain2014-05-121-10/+10
| | | | | | | |
| * | | | | | | 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-122-0/+58
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ColdFusion: Add Support for nested comments
| | * | | | | | Add cfm unit testsGaurav Jain2014-05-101-0/+46
| | | | | | | |
| | * | | | | | ColdFusion: Add Support for nested commentsGaurav Jain2014-04-261-0/+7
| | | | | | | |