summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | | | * | | | | More words() for c-like languages.Georg Brandl2014-09-161-160/+186
| | | | | | | | | | |
| | | | | | * | | | | some PEP8 and minor words() introductionGeorg Brandl2014-09-161-61/+61
| | | | | | | | | | |
| | | | | | * | | | | More words() in Rust and Monkey languagesGeorg Brandl2014-09-161-56/+58
| | | | | | | | | | |
| | | | | | * | | | | More words() in c-like languagesGeorg Brandl2014-09-161-51/+72
| | | | | | | | | | |
| | | | | | * | | | | Mql: switch to words()Georg Brandl2014-09-161-422/+433
| | | | | | | | | | |
| | | | | | * | | | | Swift: use sets for lookupGeorg Brandl2014-09-161-33/+42
| | | | | | | | | | |
| | | | | | * | | | | Nit lexer: untabify and apply words().Georg Brandl2014-09-161-41/+44
| | | | | | | | | | |
| | | | | | * | | | | convert C and C-like lexers to use "words" functionGeorg Brandl2014-09-161-49/+66
| | | | | | |/ / / /
| | | | | | * | | | convert FortranLexer to use "words" functionGeorg Brandl2014-09-161-70/+82
| | | | | | | | | |
| | | | | | * | | | Add module to optimize regexes that consist of a long |-separated list of ↵Georg Brandl2014-09-162-3/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | literals.
| | | | | | * | | | fix global instantiation of GosuLexer.Georg Brandl2014-09-161-2/+2
| | | | | | | | | |
| | | | | | * | | | pygments.lexer: small PEP8 overhaul.Georg Brandl2014-09-161-8/+11
| | | | | | | |/ / | | | | | | |/| |
| | | | | | * | | Add optional whitespace in F90 "end" constructs.Georg Brandl2014-09-161-7/+8
| | | | | | | | |
| | | | | | * | | Merged in ↵Georg Brandl2014-09-161-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 Hirst2014-07-301-13/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | variants which do not include the insignificant blank.
| | | | | | | * | | Added ASSOCIATE, ENDASSOCIATE, and ENDBLOCKAdam Hirst2014-07-291-13/+13
| | | | | | | | | |
| | | | | | | * | | Corrected typographical error.Adam Hirst2014-07-251-2/+2
| | | | | | | | | |
| | | | | | | * | | Added missing Fortran 2003/8 keywords/intrinsics.Adam Hirst2014-07-251-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 Brandl2014-09-162-443/+478
| | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated StanLexer to Stan version 2.4.0
| | | | | | | * | | Update StanLexer to support Stan v2.4.0Jeffrey B. Arnold2014-07-272-7/+16
| | | | | | | | | |
| | | | | | | * | | moved void to type and added example fileJeffrey B. Arnold2014-06-301-4/+4
| | | | | | | | | |
| | | | | | | * | | updated StanLexer to Stan version 2.3.0Jeffrey B. Arnold2014-06-302-442/+468
| | | | | | | |/ /
| | | | | | * | | Merged in andyli/pygments-main (pull request #391)Georg Brandl2014-09-161-1/+6
| | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HaxeLexer fix
| | | | | | | * | | HaxeLexer: macro class reification could have no class name.Andy Li2014-08-171-1/+6
| | | | | | | | | |
| | | | | | * | | | mergeGeorg Brandl2014-09-162-1/+47
| | | | | | |\ \ \ \
| | | | | | | * | | | Nit lexer: add changelog entry, attribution, mapfile entry, cat all example ↵Georg Brandl2014-09-162-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files into one
| | | | | | | * | | | merge with R4PaSs/pygments-mainGeorg Brandl2014-09-165-70/+86
| | | | | | | |\ \ \ \
| | | | | | | * | | | | Added Nit Lexer to PygmentsR4PaSs2014-06-261-1/+42
| | | | | | | | |_|/ / | | | | | | | |/| | |
| | | | | | * | | | | Merged in bgirardeau/pygments-main (pull request #394)Georg Brandl2014-09-161-4/+3
| | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parse backslash escaped quotes in MySQL strings
| | | | | | | * | | | | Fix parsing of escaped quotes in strings in MySqlLexerbgirarde2014-08-211-4/+3
| | | | | | | | |_|/ / | | | | | | | |/| | |
| | | | | | * | | | | Merged in yloiseau/pygments-main (pull request #396)Georg Brandl2014-09-161-0/+1
| | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve Golo lexer
| | | | | | | * | | | | add the new upcomming decorator syntax for GoloYannick Loiseau2014-08-261-0/+1
| | | | | | | |/ / / /
| | | | | | * | | | | Merged in timjb/pygments-main (pull request #398)Georg Brandl2014-09-163-65/+81
| | | | | | |\ \ \ \ \ | | | | | | | | |_|/ / | | | | | | | |/| | | | | | | | | | | | | | Improve Idris lexer
| | | | | | | * | | | Merged in omasanori/pygments (pull request #388)Georg Brandl2014-09-161-1/+7
| | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix RustLexer to handle nested block comments.
| | | | | | | | * | | | Fix RustLexer to handle nested block comments.Masanori Ogino2014-08-031-1/+7
| | | | | | | | | |/ / | | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | Since Rust 0.9, block comments (e.g. /* ... */) may be nested.
| | | | | | | * | | | merge with megajoule/pygments-main.Georg Brandl2014-09-163-8/+10
| | | | | | | |\ \ \ \
| | | | | | | | * \ \ \ Merged in thomasvandoren/pygments-main/chapel-updates (pull request #379)Georg Brandl2014-09-161-1/+1
| | | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update ChapelLexer prior to Pygments 2.0 release.
| | | | | | | | | * \ \ \ Merged in ejenk/pygments-main (pull request #383)Georg Brandl2014-09-164-6/+6
| | | | | | | | | |\ \ \ \ | | | | | | | | | | | |_|/ | | | | | | | | | | |/| | | | | | | | | | | | | | | `exaxt` => `exact` in Idris lexer
| | | | | | | | | * | | | `exaxt` => `exact` in Idris lexerEvan Jenkins2014-07-121-1/+1
| | | | | | | | | | |/ / | | | | | | | | | |/| |
| | | | | | | | * | | | Parse octal ints before regular intsThomas Van Doren2014-09-091-2/+2
| | | | | | | | | | | |
| | | | | | | | * | | | Add 'with' keyword and octal int.Thomas Van Doren2014-09-091-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 defaultthomasvandoren2014-09-091-5/+5
| | | | | | | | |\ \ \ \ | | | | | | | | | |_|/ / | | | | | | | | |/| | |
| | | | | | | | | * | | Update ChapelLexer prior to Pygments 2.0 release.Thomas Van Doren2014-07-031-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 ProtoBufLexerBJ Neilsen2014-09-071-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 Sholik2014-09-111-6/+6
| | | | | | | | | |
| | | | | | | * | | [Elixir] Add the last batch of new operators introduced just before the ↵Alexei Sholik2014-09-101-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.0.0 release.
| | | | | | | * | | [Elixir] Parse maps and tuples to make non-trivial and nested string ↵Alexei Sholik2014-08-151-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interpolation work
| | | | | | | * | | [Elixir] Resolve issues with ':' and '::' punctionationAlexei Sholik2014-08-151-4/+8
| | | | | | | | | |
| | | | | | | * | | [Elixir] Update character escape rulesAlex2014-08-151-9/+10
| | | | | | | | | |
| | | | | | | * | | [Elixir] Remove "xor" from keywords and update regex patterns for numbersAlexei Sholik2014-08-151-4/+4
| | | | | | | | | |