summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | * | HaxeLexer: macro class reification could have no class name.Andy Li2014-08-171-0/+7
| | | | |/
| | | * | mergeGeorg Brandl2014-09-161-0/+1986
| | | |\ \
| | | | * | Nit lexer: add changelog entry, attribution, mapfile entry, cat all example ↵Georg Brandl2014-09-1623-1986/+1986
| | | | | | | | | | | | | | | | | | | | | | | | files into one
| | | | * | merge with R4PaSs/pygments-mainGeorg Brandl2014-09-163-10/+83
| | | | |\ \
| | | | * | | Added tests for NitR4PaSs2014-06-2622-0/+1986
| | | | | |/ | | | | |/|
| | | * | | Merged in yloiseau/pygments-main (pull request #396)Georg Brandl2014-09-161-0/+113
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | Improve Golo lexer
| | | | * | | add a almost complete example fileYannick Loiseau2014-08-261-0/+113
| | | | |/ /
| | | * | | Merged in timjb/pygments-main (pull request #398)Georg Brandl2014-09-163-10/+83
| | | |\ \ \ | | | | | |/ | | | | |/| | | | | | | Improve Idris lexer
| | | | * | test nested comments in rustGeorg Brandl2014-09-161-0/+2
| | | | | |
| | | | * | merge with megajoule/pygments-main.Georg Brandl2014-09-161-0/+43
| | | | |\ \
| | | | | * | Update chpl example file with 'with' keyword and octal ints.Thomas Van Doren2014-09-091-0/+12
| | | | | | |
| | | | | * | Update ChapelLexer prior to Pygments 2.0 release.Thomas Van Doren2014-07-031-0/+31
| | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adds `align`, `noinit`, and `pragma` keywords. * Updates decimal integer definition to allow any number of leading zeros, as per spec. * Adds `<~>` operator, which is used for convenience when reading or writing input and output.
| | | | * | [Elixir] Add the last batch of new operators introduced just before the ↵Alexei Sholik2014-09-101-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | 1.0.0 release.
| | | | * | [Elixir] Parse maps and tuples to make non-trivial and nested string ↵Alexei Sholik2014-08-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | interpolation work
| | | | * | [Elixir] Update the example fileAlex2014-08-151-3/+8
| | | | | |
| | | | * | [Elixir] Resolve issues with ':' and '::' punctionationAlexei Sholik2014-08-151-2/+3
| | | | | |
| | | | * | [Elixir] Update character escape rulesAlex2014-08-151-3/+5
| | | | | |
| | | | * | [Elixir] Remove "xor" from keywords and update regex patterns for numbersAlexei Sholik2014-08-151-1/+5
| | | | | |
| | | | * | [Elixir] No longer balance sigil terminatorsAlexei Sholik2014-08-151-0/+2
| | | | | |
| | | | * | Fix regular expressions for identifiers in ElixirLexerAlexei Sholik2014-06-271-1/+6
| | | | |/
| | | * | Idris lexer: add support for doc commentsTim Baumann2014-08-311-0/+1
| | | | |
| | | * | Idris lexer: parse commented out type declarations as commentsTim Baumann2014-08-311-0/+7
| | | |/
| | * | Add <-> token to Coq lexerGaurav Jain2014-06-291-0/+4
| | |/
| * | basic lexer for Isabelle/HOL theorem provergerwin klein2014-07-311-0/+751
| |/
* | Add lexer for lean theorem proverleonardo2014-09-021-0/+217
|/
* Merged in megajoule/pygments-main (pull request #372)Tim Hatch2014-06-073-0/+130
|\ | | | | | | Update ElixirLexer and ElixirConsoleLexer
| * Merge with pygments-mainTim Hatch2014-06-071-0/+65
| |\
| | * Merged in krasul/pygments-main/swift (pull request #371)Tim Hatch2014-06-074-9/+105
| | |\ | | | | | | | | | | | | Initial Swift lexer
| | * | Initial Swift lexerKashif Rasul2014-06-051-0/+65
| | | |
| * | | Import liquid lexer from #977Tim Hatch2014-06-071-0/+42
| | |/ | |/| | | | | | | Resolves #977
| * | Merged in llllllllll/pygments-main (pull request #369)Tim Hatch2014-06-051-0/+23
| |\ \ | | | | | | | | | | | | Adds commented form #;(sexpr) to comment out whole sexprs and support
| | * | Adds a test file for the r6rs comments.Joe Jevnik2014-06-051-0/+23
| | | |
* | | | A few fix-ups for the updated ElixirLexer filesAlexei Sholik2014-06-071-0/+0
| | | |
* | | | Update ElixirConsoleLexer and add example fileAlexei Sholik2014-06-051-0/+23
| | | |
* | | | Update ElixirLexer and example_elixir.exAlexei Sholik2014-06-051-331/+171
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Elixir syntax has evolved quite significantly since the initial lexer was written. In this update I have rewritten most of the code to support modern Elixir (as of v0.14.0-dev). The example file has also been updated to give an quick overview of most of the language constructs.
* | | Remove nested comment from pawn example.Tim Hatch2014-06-051-9/+0
|/ / | | | | | | | | | | | | | | | | | | This has been causing a number of failing tests, and I find no evidence in half an hour of searching online that nested comments are actually supported (an example state machine in Pawn_Language_Guide.pdf doesn't; and says it's based on C which doesn't. I haven't tried the Pawn compiler itself, but to support nested comments better will require adjusting other patterns as well.
* | 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