Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | | * | | | [Elixir] No longer balance sigil terminators | Alexei Sholik | 2014-08-15 | 1 | -32/+12 | |
| | | | | | | | | | | ||||||
| | | | | | | * | | | Fix regular expressions for identifiers in ElixirLexer | Alexei Sholik | 2014-06-27 | 1 | -2/+3 | |
| | | | | | | |/ / | ||||||
| | | | | | * | | | Idris lexer: add new directives | Tim Baumann | 2014-08-31 | 1 | -3/+3 | |
| | | | | | | | | | ||||||
| | | | | | * | | | 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 | -5/+5 | |
| | | | | | |/ / | ||||||
| | | | | * | | | Add missing Vernacular command 'Check' and tactic 'tauto' | Gaurav Jain | 2014-06-29 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| | | | | * | | | Add <-> token to Coq lexer | Gaurav Jain | 2014-06-29 | 1 | -3/+3 | |
| | | | | | |/ | | | | | |/| | ||||||
| | | | * | | | Add support for .ecl file extension for Prolog | pchaigno | 2014-06-24 | 1 | -1/+1 | |
| | | | |/ / | ||||||
| | | * | | | basic lexer for Isabelle/HOL theorem prover | gerwin klein | 2014-07-31 | 2 | -2/+218 | |
| | | |/ / | ||||||
| | * | | | removed pointless code and trimmed the -s help docs | russ | 2013-02-13 | 1 | -9/+4 | |
| | | | | | ||||||
| | * | | | added -s option to support line-by-line formatting of stdin stream | russ | 2013-02-13 | 1 | -3/+32 | |
| | | | | | ||||||
| * | | | | Add a new envname option to the latex formatter. | Jonathan Protzenko | 2013-09-04 | 1 | -2/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | It allows the user to pick a different environment name, for instance, BVerbatim instead of the now-default Verbatim. | |||||
* | | | | | Add lexer for lean theorem prover | leonardo | 2014-09-02 | 1 | -1/+88 | |
| |_|_|/ |/| | | | ||||||
* | | | | Add forgotten commas between strings | David Corbett | 2014-08-08 | 3 | -5/+5 | |
| |_|/ |/| | | ||||||
* | | | Merged in megajoule/pygments-main (pull request #372) | Tim Hatch | 2014-06-07 | 4 | -5/+265 | |
|\ \ \ | | | | | | | | | | | | | Update ElixirLexer and ElixirConsoleLexer | |||||
| * \ \ | Merge with pygments-main | Tim Hatch | 2014-06-07 | 2 | -1/+43 | |
| |\ \ \ | ||||||
| | * \ \ | Merged in krasul/pygments-main/swift (pull request #371) | Tim Hatch | 2014-06-07 | 6 | -93/+1174 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | Initial Swift lexer | |||||
| | * | | | | Initial Swift lexer | Kashif Rasul | 2014-06-05 | 2 | -1/+43 | |
| | | | | | | ||||||
| * | | | | | Add link for Liquid | Tim Hatch | 2014-06-07 | 1 | -1/+2 | |
| | | | | | | ||||||
| * | | | | | Cleanups by regexlint for #977 | Tim Hatch | 2014-06-07 | 1 | -7/+8 | |
| | | | | | | ||||||
| * | | | | | Line length cleanups for #977 | Tim Hatch | 2014-06-07 | 1 | -20/+58 | |
| | | | | | | ||||||
| * | | | | | Import liquid lexer from #977 | Tim Hatch | 2014-06-07 | 2 | -3/+171 | |
| | |/ / / | |/| | | | | | | | | | | | | | Resolves #977 | |||||
| * | | | | Merged in llllllllll/pygments-main (pull request #369) | Tim Hatch | 2014-06-05 | 1 | -1/+11 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | Adds commented form #;(sexpr) to comment out whole sexprs and support | |||||
| | * | | | | Adds commented form #;(sexpr) to comment out whole sexprs and support | Joe Jevnik | 2014-06-04 | 1 | -1/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for the '#!r6rs' lexeme as defined in: http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-7.html#node_sec_4.2.3 | |||||
* | | | | | | A few fix-ups for the updated ElixirLexer files | Alexei Sholik | 2014-06-07 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Update ElixirConsoleLexer and add example file | Alexei Sholik | 2014-06-05 | 1 | -4/+8 | |
| | | | | | | ||||||
* | | | | | | Update ElixirLexer and example_elixir.ex | Alexei Sholik | 2014-06-05 | 1 | -66/+229 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | | | Merged in whatthejeff/pygments-main/update-php (pull request #370) | Tim Hatch | 2014-06-05 | 1 | -89/+1057 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Made the following improvements to the PHP builtins script: | |||||
| * | | | | | Made the following improvements to the PHP builtins script: | Jeff Welch | 2014-06-05 | 1 | -89/+1057 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * account for the fact that functions are not always listed on the same line * added 15 missing modules * added 500+ missing functions * removed a handful of deprecated functions and modules NOTE: A couple of seldom used functions were removed that don't seem to be deprecated. This is a bug on PHP's side and I'll work to get it fixed. | |||||
* | | | | | Merged in calixte_denizet/pygments-main (pull request #367) | Tim Hatch | 2014-06-05 | 4 | -2/+102 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | Add C++11 keywords | |||||
| * | | | | Merged in malept/pygments/yaml+jinja-lexer (pull request #365) | Tim Hatch | 2014-06-04 | 2 | -1/+22 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | Add YAML+Jinja lexer | |||||
| | * | | | | Add YAML+Jinja (Saltstack state) lexer | Mark Lee | 2014-05-20 | 2 | -1/+22 | |
| | |/ / / | ||||||
| * | | | | Merged in k0kubun/pygments-main (pull request #366) | Tim Hatch | 2014-06-04 | 1 | -0/+8 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | Add SlimLexer | |||||
| | * | | | | Adds block comments for scheme as defined in R6RS. | Joe Jevnik | 2014-06-03 | 1 | -0/+8 | |
| | |/ / / | | | | | | | | | | | | | | | | (http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-7.html#node_sec_4.2.3) | |||||
| * | | | | Add SlimLexer | Takashi Kokubun | 2014-05-25 | 2 | -1/+72 | |
| |/ / / | ||||||
* | | | | Add C++11 keywords | Calixte Denizet | 2014-05-30 | 1 | -1/+4 | |
|/ / / | ||||||
* | | | Go allows unicode for identifiers. | Tim Hatch | 2014-05-20 | 1 | -1/+3 | |
| | | | | | | | | | | | | Resolves #983 | |||||
* | | | Merged in dscorbett/pygments-numbers (pull request #364) | Tim Hatch | 2014-05-20 | 11 | -54/+62 | |
|\ \ \ | | | | | | | | | | | | | Add token type Number.Bin | |||||
| * | | | Add token type Number.Bin | David Corbett | 2014-05-19 | 11 | -54/+62 | |
| | | | | ||||||
* | | | | Update mapfiles. | Tim Hatch | 2014-05-19 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Make the formatters _mapping.py work like lexers wrt. PYTHONPATH | Tim Hatch | 2014-05-19 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | Resolves #784 | |||||
* | | | | Add 'emacs-lisp' alias to make org-mode happy. | Tim Hatch | 2014-05-19 | 4 | -5/+10 | |
| | | | | | | | | | | | | | | | | Resolves #976 | |||||
* | | | | Fix nested comments in ColdFusion | David Corbett | 2014-05-19 | 1 | -4/+3 | |
|/ / / | ||||||
* | | | Merged in dscorbett/pygments-vb.net (pull request #362) | Tim Hatch | 2014-05-18 | 1 | -3/+2 | |
|\ \ \ | | | | | | | | | | | | | Fix VbNetLexer.analyse_text | |||||
| * | | | Fix VbNetLexer.analyse_text | David Corbett | 2014-05-17 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | A file would only be detected as VB.NET if `#If` matched on the first line. The other regex search always raised an error. | |||||
* | | | | Merged in jaingaurav2/pygments-main-c-cleanup (pull request #342) | Tim Hatch | 2014-05-18 | 11 | -176/+191 | |
|\ \ \ \ | | | | | | | | | | | | | | | | Add ability to specify default state transition | |||||
| * | | | | Apply default state transition in various lexers to avoid extra token generation | Gaurav Jain | 2014-05-18 | 10 | -159/+158 | |
| | | | | | ||||||
| * | | | | Add support for default state transition in ExtendedRegexLexer | Gaurav Jain | 2014-05-18 | 1 | -9/+10 | |
| | | | | | ||||||
| * | | | | Merged birkenfeld/pygments-main into default | Gaurav Jain | 2014-05-17 | 2 | -8/+23 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | Merged birkenfeld/pygments-main into default | Gaurav Jain | 2014-05-17 | 25 | -1131/+2002 | |
| | |\ \ \ |