Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | [Elixir] Resolve issues with ':' and '::' punctionation | Alexei Sholik | 2014-08-15 | 1 | -2/+3 | |
| | | | | | | ||||||
| | | | * | | [Elixir] Update character escape rules | Alex | 2014-08-15 | 1 | -3/+5 | |
| | | | | | | ||||||
| | | | * | | [Elixir] Remove "xor" from keywords and update regex patterns for numbers | Alexei Sholik | 2014-08-15 | 1 | -1/+5 | |
| | | | | | | ||||||
| | | | * | | [Elixir] No longer balance sigil terminators | Alexei Sholik | 2014-08-15 | 1 | -0/+2 | |
| | | | | | | ||||||
| | | | * | | Fix regular expressions for identifiers in ElixirLexer | Alexei Sholik | 2014-06-27 | 1 | -1/+6 | |
| | | | |/ | ||||||
| | | * | | Idris lexer: add support for doc comments | Tim Baumann | 2014-08-31 | 1 | -0/+1 | |
| | | | | | ||||||
| | | * | | Idris lexer: parse commented out type declarations as comments | Tim Baumann | 2014-08-31 | 1 | -0/+7 | |
| | | |/ | ||||||
| | * | | Add <-> token to Coq lexer | Gaurav Jain | 2014-06-29 | 1 | -0/+4 | |
| | |/ | ||||||
| * | | basic lexer for Isabelle/HOL theorem prover | gerwin klein | 2014-07-31 | 1 | -0/+751 | |
| |/ | ||||||
* | | Add lexer for lean theorem prover | leonardo | 2014-09-02 | 1 | -0/+217 | |
|/ | ||||||
* | Merged in megajoule/pygments-main (pull request #372) | Tim Hatch | 2014-06-07 | 3 | -0/+130 | |
|\ | | | | | | | Update ElixirLexer and ElixirConsoleLexer | |||||
| * | Merge with pygments-main | Tim Hatch | 2014-06-07 | 1 | -0/+65 | |
| |\ | ||||||
| | * | Merged in krasul/pygments-main/swift (pull request #371) | Tim Hatch | 2014-06-07 | 4 | -9/+105 | |
| | |\ | | | | | | | | | | | | | Initial Swift lexer | |||||
| | * | | Initial Swift lexer | Kashif Rasul | 2014-06-05 | 1 | -0/+65 | |
| | | | | ||||||
| * | | | Import liquid lexer from #977 | Tim Hatch | 2014-06-07 | 1 | -0/+42 | |
| | |/ | |/| | | | | | | | Resolves #977 | |||||
| * | | Merged in llllllllll/pygments-main (pull request #369) | Tim Hatch | 2014-06-05 | 1 | -0/+23 | |
| |\ \ | | | | | | | | | | | | | Adds commented form #;(sexpr) to comment out whole sexprs and support | |||||
| | * | | Adds a test file for the r6rs comments. | Joe Jevnik | 2014-06-05 | 1 | -0/+23 | |
| | | | | ||||||
* | | | | A few fix-ups for the updated ElixirLexer files | Alexei Sholik | 2014-06-07 | 1 | -0/+0 | |
| | | | | ||||||
* | | | | Update ElixirConsoleLexer and add example file | Alexei Sholik | 2014-06-05 | 1 | -0/+23 | |
| | | | | ||||||
* | | | | Update ElixirLexer and example_elixir.ex | Alexei Sholik | 2014-06-05 | 1 | -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 Hatch | 2014-06-05 | 1 | -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 Hatch | 2014-06-04 | 1 | -0/+51 | |
|\ \ | | | | | | | | | | Add YAML+Jinja lexer | |||||
| * | | Add YAML+Jinja (Saltstack state) lexer | Mark Lee | 2014-05-20 | 1 | -0/+51 | |
| |/ | ||||||
* | | Add example file for slim | Takashi Kokubun | 2014-05-29 | 1 | -0/+31 | |
|/ | ||||||
* | Add test for Go's unicode identifiers. | Tim Hatch | 2014-05-20 | 1 | -0/+10 | |
| | ||||||
* | Add 'emacs-lisp' alias to make org-mode happy. | Tim Hatch | 2014-05-19 | 1 | -0/+34 | |
| | | | | Resolves #976 | |||||
* | Fix nested comments in ColdFusion | David Corbett | 2014-05-19 | 1 | -1/+1 | |
| | ||||||
* | Merged in spderosso/pygments-main (pull request #355) | Tim Hatch | 2014-05-18 | 1 | -0/+217 | |
|\ | | | | | | | Alloy (alloy.mit.edu) lexer | |||||
| * | Alloy (alloy.mit.edu) lexer | Santiago Perez De Rosso | 2014-05-13 | 1 | -0/+217 | |
| | | ||||||
* | | Merged in timgilbert/pygments-main/clj-keyword-fix (pull request #326) | Tim Hatch | 2014-05-17 | 26 | -88/+2329 | |
|\ \ | | | | | | | | | | Tweaking clojure keyword lexing | |||||
| * | | Add shebang support to Groovy lexer | Gaurav Jain | 2014-05-16 | 1 | -0/+2 | |
| | | | ||||||
| * | | Merged in dscorbett/pygments-racket (pull request #358) | Tim Hatch | 2014-05-16 | 1 | -0/+16 | |
| |\ \ | | | | | | | | | | | | | Improve RacketLexer | |||||
| | * \ | Merged birkenfeld/pygments-main into default | Gaurav Jain | 2014-05-16 | 3 | -1/+77 | |
| | |\ \ | ||||||
| | * | | | Improve support $ symbol in Java identifiers | Gaurav Jain | 2014-05-13 | 1 | -5/+9 | |
| | | | | | ||||||
| | * | | | Match Java function name tokens even without leading whitespace | Gaurav Jain | 2014-05-12 | 1 | -2/+1 | |
| | | | | | ||||||
| | * | | | Add support for unicode letters in Java identifiers | Gaurav Jain | 2014-05-12 | 1 | -0/+13 | |
| | | |/ | | |/| | | | | | | | | | Additionally, allow $ in middle of variable names | |||||
| * | | | Improve RacketLexer | David Corbett | 2014-05-16 | 1 | -29/+677 | |
| | |/ | |/| | ||||||
| * | | Merged birkenfeld/pygments-main into default | Gaurav Jain | 2014-05-16 | 1 | -0/+12 | |
| |\ \ | ||||||
| | * | | Use unistring list to enable support for unicode leading character in Haskell | Gaurav Jain | 2014-05-16 | 1 | -0/+10 | |
| | | | | ||||||
| | * | | Improve support for Unicode in Haskell identifiers | Gaurav Jain | 2014-05-13 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | Unicode characters are not yet supported as the first letter since Haskell cares about the case of the letter | |||||
| | * | | Rename Haskell example file | Gaurav Jain | 2014-05-13 | 1 | -0/+0 | |
| | |/ | ||||||
| * | | Merged in andyli/pygments-main (pull request #354) | Tim Hatch | 2014-05-15 | 1 | -0/+21 | |
| |\ \ | | | | | | | | | | | | | Haxe fixes | |||||
| | * | | Add vim script exmaple file | Gaurav Jain | 2014-05-14 | 1 | -0/+21 | |
| | |/ | ||||||
| * | | Haxe: optional semicolon after macro class reification. | Andy Li | 2014-05-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | Haxe: fixed top-level class members, number in preproc, macro reification, ↵ | Andy Li | 2014-05-13 | 1 | -1/+44 | |
| |/ | | | | | | | ECheckType expression. | |||||
| * | Merged in jaingaurav2/pygments-main-978 (pull request #339) | Tim Hatch | 2014-05-12 | 1 | -0/+12 | |
| |\ | | | | | | | | | | ColdFusion: Add Support for nested comments | |||||
| | * | ColdFusion: Add Support for nested comments | Gaurav Jain | 2014-04-26 | 1 | -0/+7 | |
| | | | ||||||
| | * | ColdFusion: Fixed example file to work under ColdFusion | Gaurav Jain | 2014-04-26 | 1 | -0/+5 | |
| | | | ||||||
| * | | Copy regex from LiveScript to CoffeeScript to handle mid string interpolations | Gaurav Jain | 2014-05-12 | 1 | -0/+2 | |
| | | | ||||||
| * | | Allow hash within double quoted and single quoted strings | Gaurav Jain | 2014-05-11 | 1 | -0/+14 | |
| | | |