Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | * | | | | | More words() for c-like languages. | Georg Brandl | 2014-09-16 | 1 | -160/+186 | |
| | | | | | | | | | | | ||||||
| | | | | | * | | | | | some PEP8 and minor words() introduction | Georg Brandl | 2014-09-16 | 1 | -61/+61 | |
| | | | | | | | | | | | ||||||
| | | | | | * | | | | | More words() in Rust and Monkey languages | Georg Brandl | 2014-09-16 | 1 | -56/+58 | |
| | | | | | | | | | | | ||||||
| | | | | | * | | | | | More words() in c-like languages | Georg Brandl | 2014-09-16 | 1 | -51/+72 | |
| | | | | | | | | | | | ||||||
| | | | | | * | | | | | Mql: switch to words() | Georg Brandl | 2014-09-16 | 1 | -422/+433 | |
| | | | | | | | | | | | ||||||
| | | | | | * | | | | | Swift: use sets for lookup | Georg Brandl | 2014-09-16 | 1 | -33/+42 | |
| | | | | | | | | | | | ||||||
| | | | | | * | | | | | Nit lexer: untabify and apply words(). | Georg Brandl | 2014-09-16 | 1 | -41/+44 | |
| | | | | | | | | | | | ||||||
| | | | | | * | | | | | convert C and C-like lexers to use "words" function | Georg Brandl | 2014-09-16 | 1 | -49/+66 | |
| | | | | | |/ / / / | ||||||
| | | | | | * | | | | convert FortranLexer to use "words" function | Georg Brandl | 2014-09-16 | 1 | -70/+82 | |
| | | | | | | | | | | ||||||
| | | | | | * | | | | Add module to optimize regexes that consist of a long |-separated list of ↵ | Georg Brandl | 2014-09-16 | 2 | -3/+114 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | literals. | |||||
| | | | | | * | | | | fix global instantiation of GosuLexer. | Georg Brandl | 2014-09-16 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| | | | | | * | | | | pygments.lexer: small PEP8 overhaul. | Georg Brandl | 2014-09-16 | 1 | -8/+11 | |
| | | | | | | |/ / | | | | | | |/| | | ||||||
| | | | | | * | | | Add optional whitespace in F90 "end" constructs. | Georg Brandl | 2014-09-16 | 1 | -7/+8 | |
| | | | | | | | | | ||||||
| | | | | | * | | | Merged in ↵ | Georg Brandl | 2014-09-16 | 1 | -35/+49 | |
| | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aphirst/pygments-main/aphirst/added-missing-fortran-20038-keywordsintr-1406288193785 (pull request #384) Added missing Fortran 2003/8 keywords/intrinsics. | |||||
| | | | | | | * | | | Further increased the Fortran KEYWORD list, specifically the various END* ↵ | Adam Hirst | 2014-07-30 | 1 | -13/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | variants which do not include the insignificant blank. | |||||
| | | | | | | * | | | Added ASSOCIATE, ENDASSOCIATE, and ENDBLOCK | Adam Hirst | 2014-07-29 | 1 | -13/+13 | |
| | | | | | | | | | | ||||||
| | | | | | | * | | | Corrected typographical error. | Adam Hirst | 2014-07-25 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| | | | | | | * | | | Added missing Fortran 2003/8 keywords/intrinsics. | Adam Hirst | 2014-07-25 | 1 | -35/+46 | |
| | | | | | | | |/ | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modelled after https://github.com/geany/geany/commit/05dda6b001ac71d0fc8592f480e30b8a52e2def5 which I submitted to Geany earlier this year. Source: "Modern Fortran Explained" by Metcalf | |||||
| | | | | | * | | | Merged in jrnold/pygments-main-stan (pull request #377) | Georg Brandl | 2014-09-16 | 2 | -443/+478 | |
| | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated StanLexer to Stan version 2.4.0 | |||||
| | | | | | | * | | | Update StanLexer to support Stan v2.4.0 | Jeffrey B. Arnold | 2014-07-27 | 2 | -7/+16 | |
| | | | | | | | | | | ||||||
| | | | | | | * | | | moved void to type and added example file | Jeffrey B. Arnold | 2014-06-30 | 1 | -4/+4 | |
| | | | | | | | | | | ||||||
| | | | | | | * | | | updated StanLexer to Stan version 2.3.0 | Jeffrey B. Arnold | 2014-06-30 | 2 | -442/+468 | |
| | | | | | | |/ / | ||||||
| | | | | | * | | | Merged in andyli/pygments-main (pull request #391) | Georg Brandl | 2014-09-16 | 1 | -1/+6 | |
| | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HaxeLexer fix | |||||
| | | | | | | * | | | HaxeLexer: macro class reification could have no class name. | Andy Li | 2014-08-17 | 1 | -1/+6 | |
| | | | | | | | | | | ||||||
| | | | | | * | | | | merge | Georg Brandl | 2014-09-16 | 2 | -1/+47 | |
| | | | | | |\ \ \ \ | ||||||
| | | | | | | * | | | | Nit lexer: add changelog entry, attribution, mapfile entry, cat all example ↵ | Georg Brandl | 2014-09-16 | 2 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files into one | |||||
| | | | | | | * | | | | merge with R4PaSs/pygments-main | Georg Brandl | 2014-09-16 | 5 | -70/+86 | |
| | | | | | | |\ \ \ \ | ||||||
| | | | | | | * | | | | | Added Nit Lexer to Pygments | R4PaSs | 2014-06-26 | 1 | -1/+42 | |
| | | | | | | | |_|/ / | | | | | | | |/| | | | ||||||
| | | | | | * | | | | | Merged in bgirardeau/pygments-main (pull request #394) | Georg Brandl | 2014-09-16 | 1 | -4/+3 | |
| | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parse backslash escaped quotes in MySQL strings | |||||
| | | | | | | * | | | | | Fix parsing of escaped quotes in strings in MySqlLexer | bgirarde | 2014-08-21 | 1 | -4/+3 | |
| | | | | | | | |_|/ / | | | | | | | |/| | | | ||||||
| | | | | | * | | | | | Merged in yloiseau/pygments-main (pull request #396) | Georg Brandl | 2014-09-16 | 1 | -0/+1 | |
| | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve Golo lexer | |||||
| | | | | | | * | | | | | add the new upcomming decorator syntax for Golo | Yannick Loiseau | 2014-08-26 | 1 | -0/+1 | |
| | | | | | | |/ / / / | ||||||
| | | | | | * | | | | | Merged in timjb/pygments-main (pull request #398) | Georg Brandl | 2014-09-16 | 3 | -65/+81 | |
| | | | | | |\ \ \ \ \ | | | | | | | | |_|/ / | | | | | | | |/| | | | | | | | | | | | | | | Improve Idris lexer | |||||
| | | | | | | * | | | | Merged in omasanori/pygments (pull request #388) | Georg Brandl | 2014-09-16 | 1 | -1/+7 | |
| | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix RustLexer to handle nested block comments. | |||||
| | | | | | | | * | | | | Fix RustLexer to handle nested block comments. | Masanori Ogino | 2014-08-03 | 1 | -1/+7 | |
| | | | | | | | | |/ / | | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | Since Rust 0.9, block comments (e.g. /* ... */) may be nested. | |||||
| | | | | | | * | | | | merge with megajoule/pygments-main. | Georg Brandl | 2014-09-16 | 3 | -8/+10 | |
| | | | | | | |\ \ \ \ | ||||||
| | | | | | | | * \ \ \ | Merged in thomasvandoren/pygments-main/chapel-updates (pull request #379) | Georg Brandl | 2014-09-16 | 1 | -1/+1 | |
| | | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update ChapelLexer prior to Pygments 2.0 release. | |||||
| | | | | | | | | * \ \ \ | Merged in ejenk/pygments-main (pull request #383) | Georg Brandl | 2014-09-16 | 4 | -6/+6 | |
| | | | | | | | | |\ \ \ \ | | | | | | | | | | | |_|/ | | | | | | | | | | |/| | | | | | | | | | | | | | | | `exaxt` => `exact` in Idris lexer | |||||
| | | | | | | | | * | | | | `exaxt` => `exact` in Idris lexer | Evan Jenkins | 2014-07-12 | 1 | -1/+1 | |
| | | | | | | | | | |/ / | | | | | | | | | |/| | | ||||||
| | | | | | | | * | | | | Parse octal ints before regular ints | Thomas Van Doren | 2014-09-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| | | | | | | | * | | | | Add 'with' keyword and octal int. | Thomas Van Doren | 2014-09-09 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'with' keyword is added to the language for the upcoming release to support task ref intents. Octal integers are also entering the language. | |||||
| | | | | | | | * | | | | Merged birkenfeld/pygments-main into default | thomasvandoren | 2014-09-09 | 1 | -5/+5 | |
| | | | | | | | |\ \ \ \ | | | | | | | | | |_|/ / | | | | | | | | |/| | | | ||||||
| | | | | | | | | * | | | Update ChapelLexer prior to Pygments 2.0 release. | Thomas Van Doren | 2014-07-03 | 1 | -5/+5 | |
| | | | | | | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | |||||
| | | | | | | | * | | | Add "oneof" keyword to ProtoBufLexer | BJ Neilsen | 2014-09-07 | 1 | -1/+1 | |
| | | | | | | | | |/ | | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Protocol Buffers version 2.6][1] added a new union construct with the `oneof` keyword. [1]: https://groups.google.com/d/msg/protobuf/lvI8-sWZbUY/2_a8LVDMi5YJ | |||||
| | | | | | | * | | | [Elixir] Fix some inconsistencies in operator parsing. | Alexei Sholik | 2014-09-11 | 1 | -6/+6 | |
| | | | | | | | | | | ||||||
| | | | | | | * | | | [Elixir] Add the last batch of new operators introduced just before the ↵ | Alexei Sholik | 2014-09-10 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.0.0 release. | |||||
| | | | | | | * | | | [Elixir] Parse maps and tuples to make non-trivial and nested string ↵ | Alexei Sholik | 2014-08-15 | 1 | -3/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interpolation work | |||||
| | | | | | | * | | | [Elixir] Resolve issues with ':' and '::' punctionation | Alexei Sholik | 2014-08-15 | 1 | -4/+8 | |
| | | | | | | | | | | ||||||
| | | | | | | * | | | [Elixir] Update character escape rules | Alex | 2014-08-15 | 1 | -9/+10 | |
| | | | | | | | | | | ||||||
| | | | | | | * | | | [Elixir] Remove "xor" from keywords and update regex patterns for numbers | Alexei Sholik | 2014-08-15 | 1 | -4/+4 | |
| | | | | | | | | | |