summaryrefslogtreecommitdiff
path: root/tests/examplefiles
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Merged in splattael/pygments-main/elixir-non-greed-single-quote (pull ↵Georg Brandl2014-01-091-1/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | request #216) Elixir's lexer shouldn't be greedy on single quoted strings.
| | * | | | | Elixir's lexer should be greedy on single quoted strings.Peter Suschlik2013-07-111-1/+3
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | After this commit this code will be highlighted correctly: HashDict.new [{'A', 0}, {'T', 0}, {'C', 0}, {'G', 0}]
| * | | | | Merged in rwtolbert/pygments-main (pull request #238)Georg Brandl2014-01-099-24/+530
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Added lexer for new Hy language, a variant of Lisp running under Python
| | * \ \ \ \ Merge in webhat/pygments-main-with-pike (pull request #237)Georg Brandl2014-01-092-0/+398
| | |\ \ \ \ \
| | | * | | | | Added Pike Programming LanguageDani?l W. Crompton2013-09-062-0/+398
| | | |/ / / /
| | * | | | | Merge in kurisuwhyte/pygments-main (pull request #224)Georg Brandl2014-01-096-24/+130
| | |\ \ \ \ \
| | | * \ \ \ \ Merged in pyos/pygments-main (pull request #226)Georg Brandl2014-01-091-24/+24
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the dg lexer.
| | | | * | | | | Update the dg lexer.pyos2013-08-031-24/+24
| | | | |/ / / /
| | | * | | | | Merged in iElectric/pygments-main (pull request #267)Georg Brandl2014-01-091-0/+80
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Nix language lexer
| | | | * | | | | Add test file for Nix language lexerDomen Kozar2014-01-011-0/+80
| | | | |/ / / /
| | | * | | | | Merged in adereth/pygments-main (pull request #245)Georg Brandl2014-01-091-0/+8
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | MathematicaLexer
| | | | * | | | | Simple test for MathematicaLexermadereth2013-10-131-0/+8
| | | | |/ / / /
| | | * | | | | Merged in jrnold/pygments-main-stan (pull request #255)Georg Brandl2014-01-091-0/+2
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | updated StanLexer to Stan version 2.0.1 language.
| | | | * | | | | updated StanLexer to Stan version 2.0.1 language.Jeffrey B. Arnold2013-11-241-0/+2
| | | | |/ / / /
| | | * | | | | CoffeeScript's fat arrow (=>) now highlighted properlyRichard Metzler2013-12-091-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bug Report: https://bitbucket.org/birkenfeld/pygments-main/issue/712/better-functions-and-methods-handling-in - test file in tests/examplefiles/function_arrows.coffee I also refactored the regex to be more readable (put a group in one line instead of breaking it). I needed to do this to spot the error.
| | | * | | | | FIX 873 Ruby 1.9 hash syntax, symbol with underscore as key not highlighted ↵Richard Metzler2013-12-071-0/+5
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | properly Bugreport: https://bitbucket.org/birkenfeld/pygments-main/issue/873/ruby-19-hash-syntax-symbol-with-underscore Example: https://gist.github.com/rmetzler/7833554
| | * | | | | Word array lexer shouldn't be greedy.Christina Whyte2013-07-211-0/+2
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Word array is only allowed to contain words and whitespace, `]>` is not allowed to occur in such a construct, thus it should end the construct at the very first occurrence. An example of the problem can be seen in this gist: https://gist.github.com/kurisuwhyte/6050066
| * | | | | Added lexer for new Hy language, a variant of Lisp runningBob Tolbert2013-09-081-0/+165
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on Python. See: http://hylang.org Note that this shares a file extension with the Hybris language but the analyse_text() function does a good job of making the distinction. This did however require one change to the tests to actually pass the code of the test file to get_lexer_for_filename() so that the tests would differentiate Hy from Hybris. And while this is a Lisp and shares some syntax with Clojure, it has been added to the agile.py file to share the lists of keywords and builtins with the PythonLexer.
* | | | | Fix class and proc names in ChapelLexer.Thomas Van Doren2013-11-251-0/+50
| | | | | | | | | | | | | | | | | | | | Also adds class, unions, records, and modules to the example file.
* | | | | Update Chapel example file.Thomas Van Doren2013-11-251-17/+17
| | | | |
* | | | | Add ChapelLexer for Chapel source.Thomas Van Doren2013-11-251-0/+68
|/ / / /
* | | | add example file for F#.Georg Brandl2013-05-201-0/+578
| | | |
* | | | merge with timjb/pygments-main (Agda lexers), pull request #203Georg Brandl2013-05-202-0/+121
|\ \ \ \
| * | | | Test files for Agda and literate Agda modeTim Baumann2013-05-192-0/+121
| | | | |
* | | | | merge with bitbucket.org/christian/pygments-main, pull request #171Georg Brandl2013-05-1919-116/+3219
|\ \ \ \ \
| * \ \ \ \ Merged in roskakori/pygments-main (pull request #199)Georg Brandl2013-05-196-30/+1771
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Added lexer for Rexx
| | * \ \ \ \ merge with bitbucket.org/andyli/pygments-main (Haxe3 lexer), pull request #174Georg Brandl2013-05-191-0/+142
| | |\ \ \ \ \
| | | * \ \ \ \ Merge upstream changes.Andy Li2013-02-1927-705/+6124
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | * | | | | 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-111-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-101-0/+39
| | |/ / / / / | |/| | | | |
| * | | | | | 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
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |