summaryrefslogtreecommitdiff
path: root/tests/examplefiles
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | * | [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 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
| | |