summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | merge with bitbucket.org/andyli/pygments-main (Haxe3 lexer), pull request #174Georg Brandl2013-05-191-0/+142
| | |\ \ \ \ \
| | | * \ \ \ \ Merge upstream changes.Andy Li2013-02-1941-723/+6199
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | * | | | | haxe3 pattern matching.Andy Li2012-12-161-0/+6
| | | | | | | |
| | | * | | | | Support haxe3 pattern matching.Andy Li2012-12-161-0/+14
| | | | | | | |
| | | * | | | | State that the example aren't valid Haxe file.Andy Li2012-11-241-0/+4
| | | | | | | |
| | | * | | | | Added typedef support.Andy Li2012-11-221-39/+47
| | | | | | | |
| | | * | | | | Added Haxe example.Andy Li2012-11-161-0/+110
| | | | | | | |
| | * | | | | | merge with https://bitbucket.org/bd808/pygments-main/ (EBNF lexer), pull ↵Georg Brandl2013-05-1912-30/+2847
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | request #193
| | | * \ \ \ \ \ merge with https://bitbucket.org/daanl/pygments-main/, pull request #201Georg Brandl2013-05-192-0/+1554
| | | |\ \ \ \ \ \ | | | | | |_|/ / / | | | | |/| | | |
| | | | * | | | | Merge from https://bitbucket.org/birkenfeld/pygments-mainWilliam Fulton2013-05-112-0/+1554
| | | | |\ \ \ \ \
| | | | | * | | | | Add some SWIG test filesWilliam Fulton2013-02-162-0/+1554
| | | | | | |/ / / | | | | | |/| | |
| | | * | | | | | Updated Koka language lexer and test files to correspond to the latest ↵daan2013-05-101-30/+40
| | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | specification
| | | * | | | | Fix Python 3 traceback parsing to handle non-file lines.Tim Hatch2013-05-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #859
| | * | | | | | Code review changes.Bryan Davis2013-05-061-193/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix indentation - Remove overly complicated string parsing rules - Add link to wikipedia article in docstring - Remove example using grammar from pre-published version of ISO spec which has questionble licensing constraints.
| | * | | | | | Lexer for ISO/IEC 14977 EBNF grammars.Bryan Davis2013-04-252-0/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A regex based lexer for EBNF as defined in http://www.cl.cam.ac.uk/~mgk25/iso-14977.pdf Related to issue #805.
| * | | | | | | Cleaned up Rexx lexer.roskakori2013-05-112-21/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Cleaned up a few regular expressions to make them easier to read and improve performance. * Cleaned up analyse_text() which is now a lot smaller and easier to reuse by other languages. * Removed unnecessary instance variable in test case. * Added loops to example source code.
| * | | | | | | Added lexer for Rexx.Thomas Aglassinger2013-05-102-0/+107
| | |/ / / / / | |/| | | | |
| * | | | | | Merged in ppannuto/pygments-main (pull request #166)Tim Hatch2013-05-062-0/+775
| |\ \ \ \ \ \
| | * \ \ \ \ \ Update branch to match headPat Pannuto2013-05-065-0/+379
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Pull mainline changes and mergePat Pannuto2013-04-173-85/+148
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | Add sample files for nesCPat Pannuto2013-02-142-0/+775
| | | |_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a nesC module and configuration file for testing. IPDispatch should cover a good percentage of the nesC specific keywords.
| * | | | | | | Repaired test (?)Alex Gilding2013-05-061-0/+95
| | | | | | | |
| * | | | | | | Ran tests and fixed errors this time...Alex Gilding2013-05-061-95/+0
| | | | | | | |
| * | | | | | | Merged birkenfeld/pygments-main into defaultleushenko2013-05-065-0/+379
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Merged in hoelzro/pygments-main (pull request #181)Tim Hatch2013-05-053-0/+297
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Perl 6 lexer
| | | * | | | | | Remove Rakudo source files from examplesRob Hoelz2013-05-062-4505/+0
| | | | | | | | |
| | | * | | | | | Rename Perl 6 .pm files to .pm6Rob Hoelz2013-04-113-0/+0
| | | | | | | | |
| | | * | | | | | Make sure 'roleq' isn't improperly highlightedRob Hoelz2013-04-101-0/+2
| | | | | | | | |
| | | * | | | | | Merged birkenfeld/pygments-main into defaultRobert Hoelz2013-03-241-10/+29
| | | |\ \ \ \ \ \
| | | * | | | | | | Make sure $/<...> worksRob Hoelz2013-03-241-0/+2
| | | | | | | | | |
| | | * | | | | | | Add multi-bracket test for regex literalsRob Hoelz2013-03-241-0/+2
| | | | | | | | | |
| | | * | | | | | | Test strings with multiple adjacent bracketing charactersRob Hoelz2013-03-231-0/+7
| | | | | | | | | |
| | | * | | | | | | Make sure that using mixed delimiters for block comments worksRob Hoelz2013-03-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, things like the following were not correctly highlighted: #`?< some text ?
| | | * | | | | | | Test that ? and ? may be used as bracketing characters for :symRob Hoelz2013-03-231-0/+4
| | | | | | | | | |
| | | * | | | | | | Add tests for the regressions I recently fixedRob Hoelz2013-03-231-0/+8
| | | | | | | | | |
| | | * | | | | | | Merge commits from main pygments repoRob Hoelz2013-03-203-1/+56
| | | |\ \ \ \ \ \ \ | | | | | |/ / / / / | | | | |/| | | | | | | | | | | | | | | Hg: changed pygments/__init__.py
| | | * | | | | | | Add some more corner cases to test.p6 for testingRob Hoelz2013-03-191-0/+6
| | | | | | | | | |
| | | * | | | | | | Add other forms of Pod to test.p6Rob Hoelz2013-03-191-0/+25
| | | | | | | | | |
| | | * | | | | | | Add example files for Perl 6Rob Hoelz2013-03-185-0/+4742
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These files aren't necessarily demonstrative of real Perl 6 code; they are files from the Rakudo Perl 6 compiler itself as well as some cobbled-together examples I made to test the lexer
| | * | | | | | | | Merged in gentoo90/pygments-main (pull request #185)Tim Hatch2013-05-052-75/+102
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PowerShellLexer: minor fixes
| | | * | | | | | | | Added symbol handling for symbols that begin with :# and ::. Fixes #811Russell Sim2013-04-231-0/+16
| | | | |_|_|/ / / / | | | |/| | | | | |
| | * | | | | | | | PowerShellLexer: more fixesgentoo902013-04-191-0/+66
| | | |_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '$(...)' blocks inside double quoted strings and here-strings now highlighted as code * Here-strings can't be nested directly. Only inside '$(...)' block * Add new example with here-strings * Add 'throw' keyword * Remove redundant code
| * | | | | | | | added test.bb (based on test.bmx)Alex Gilding2013-05-031-0/+95
| | |/ / / / / / | |/| | | | | |
| * | | | | | | merge with upstreamJeffrey B. Arnold2013-04-152-10/+62
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Lexer for Clay programming language.Stepan Koltsov2013-04-041-0/+33
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | https://github.com/jckarter/clay/
| | * | | | | A much more complete example of Ceylon codeEnrique Zamudio2013-03-191-10/+29
| | | |/ / / | | |/| | |
| * | | | | update StanLexer to Stan 1.1.1, moreJeffrey B. Arnold2013-02-071-75/+86
| |/ / / /
* | | | | Update Objective-C lexer and tests with NSArray, NSDictionary, and NSNumber ↵Christian Eager2013-02-201-0/+7
|/ / / / | | | | | | | | | | | | literals
* | | | Merged in christianjann/pygments-main (pull request #158)Georg Brandl2013-02-032-1/+46
|\ \ \ \ | | | | | | | | | | | | | | | Added ShellSessionLexer
| * | | | Added ShellSessionLexerChristian Jann2013-01-252-1/+46
| |/ / /