Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Remove the misc subpackage. | Georg Brandl | 2014-09-20 | 1 | -8/+6 |
| | |||||
* | Remove the c_like subpackage. | Georg Brandl | 2014-09-20 | 1 | -6/+6 |
| | |||||
* | split up text lexers | Georg Brandl | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | reorganization of other.py, part 3/3 | Georg Brandl | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | reorganization of other.py, part 1 | Georg Brandl | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | split up lexers.compiled into multiple submodules | Georg Brandl | 2014-09-16 | 1 | -5363/+23 |
| | |||||
* | fix up words() use in the rest of compiled.py | Georg Brandl | 2014-09-16 | 1 | -99/+113 |
| | |||||
* | 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 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 | ||||
* | | Nit lexer: add changelog entry, attribution, mapfile entry, cat all example ↵ | Georg Brandl | 2014-09-16 | 1 | -1/+5 |
| | | | | | | | | files into one | ||||
* | | merge with R4PaSs/pygments-main | Georg Brandl | 2014-09-16 | 1 | -8/+16 |
|\ \ | |||||
| * \ | 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. | ||||
| * | | 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 forgotten commas between strings | David Corbett | 2014-08-08 | 1 | -1/+1 |
| |/ | |||||
* | | Added Nit Lexer to Pygments | R4PaSs | 2014-06-26 | 1 | -1/+42 |
|/ | |||||
* | Merged in krasul/pygments-main/swift (pull request #371) | Tim Hatch | 2014-06-07 | 1 | -1/+4 |
|\ | | | | | | | Initial Swift lexer | ||||
| * | Add C++11 keywords | Calixte Denizet | 2014-05-30 | 1 | -1/+4 |
| | | |||||
* | | Initial Swift lexer | Kashif Rasul | 2014-06-05 | 1 | -1/+42 |
|/ | |||||
* | Go allows unicode for identifiers. | Tim Hatch | 2014-05-20 | 1 | -1/+3 |
| | | | | Resolves #983 | ||||
* | Add token type Number.Bin | David Corbett | 2014-05-19 | 1 | -14/+15 |
| | |||||
* | Apply default state transition in various lexers to avoid extra token generation | Gaurav Jain | 2014-05-18 | 1 | -38/+37 |
| | |||||
* | Merged birkenfeld/pygments-main into default | Gaurav Jain | 2014-05-17 | 1 | -91/+96 |
|\ | |||||
| * | Replace a-z0-9_ with \w when IGNORECASE is set | Gaurav Jain | 2014-05-15 | 1 | -6/+6 |
| | | |||||
| * | Overlap due to case insensitive mode | Gaurav Jain | 2014-05-15 | 1 | -9/+9 |
| | | |||||
| * | Superfluous character class when only one char | Gaurav Jain | 2014-05-15 | 1 | -1/+1 |
| | | |||||
| * | Replace all occurences of a-zA-Z0-9_ with \w | Gaurav Jain | 2014-05-14 | 1 | -18/+18 |
| | | |||||
| * | Replace all occurences of [a-zA-Z0-9_] with \w | Gaurav Jain | 2014-05-14 | 1 | -33/+33 |
| | | |||||
| * | Additional fixes to reduce line length | Gaurav Jain | 2014-05-12 | 1 | -3/+6 |
| | | |||||
| * | Fixed incorrect replacement in compressed regex expressions | Gaurav Jain | 2014-05-12 | 1 | -18/+18 |
| | | |||||
| * | Fix some lines to be within 90 characters | Gaurav Jain | 2014-05-12 | 1 | -23/+25 |
| | | | | | | | | Some regular expressions has been simplified to use \w in order to reduce line length | ||||
* | | Use default state transition to eliminate unecessary empty tokens | Gaurav Jain | 2014-04-29 | 1 | -2/+2 |
|/ | |||||
* | Merged in jaingaurav2/pygments-main-example-cleanup (pull request #337) | Tim Hatch | 2014-04-29 | 1 | -4/+35 |
|\ | | | | | | | Improvements to Objective-C lexer |