Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | | | | | | | | | Closes #969: add APL lexer, by Thomas Baruchel. | Georg Brandl | 2014-03-24 | 5 | -1/+115 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | Merged in crazymaster/pygments-main (pull request #295) | Georg Brandl | 2014-03-24 | 6 | -28/+53 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add alias for elisp | |||||
| | | * | | | | | | | | | | | | | | | | Add in the lexer class | Kenichi Ito | 2014-03-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | Add alias for elisp | crazymaster | 2014-03-09 | 1 | -1/+1 | |
| | | | |/ / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | Added preamble to pygments.lexers.rdf and me to AUTHORS. | Alexander Dutton | 2012-06-06 | 2 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | Added support for lexing SPARQL queries. | Alexander Dutton | 2012-06-06 | 3 | -0/+100 | |
| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | adding linenos option (enables line number output on the terminal) | S?ren Spr??ig | 2013-12-07 | 1 | -0/+40 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Improve handling of labels | Gaurav Jain | 2014-04-14 | 2 | -3/+3 | |
| |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow labels to be followed by whitespace. Also remove the ':' from the label highlighting. | |||||
* | | | | | | | | | | | | | | | | Merged in jaingaurav2/pygments-main/issue-937 (pull request #308) | Georg Brandl | 2014-03-23 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Method marker should be colored as punctuation, not as a keyword | |||||
* | | | | | | | | | | | | | | | | Method marker should be colored as punctuation, not as a keyword | Gaurav Jain | 2014-03-23 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Update and fix the Inform 6 lexer | David Corbett | 2014-03-16 | 2 | -22/+34 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | merge | Georg Brandl | 2014-03-16 | 2 | -1/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge with iElectric/pygments-main | Georg Brandl | 2014-03-16 | 2 | -1/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | get_lexer_by_name: handle edge case when _alias is None | Domen Kozar | 2014-03-15 | 2 | -1/+11 | |
| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merged in andyops/pygments-main/fixed-vim-literal-strings (pull request #298) | Georg Brandl | 2014-03-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed VimL literal string lexer. | |||||
| * | | | | | | | | | | | | | | | | | Fixed VimL literal string lexer. | Andrew Dunn | 2014-03-14 | 1 | -1/+1 | |
| | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only escape string in a vim literal string (single quotes) is `''` which is expanded to a single, single-quote. This was not the behaviour of the previous implementation and this caused incorrect syntax highlighting as a result. | |||||
* | | | | | | | | | | | | | | | | | Merged in jaingaurav2/pygments-main/objc (pull request #299) | Georg Brandl | 2014-03-16 | 1 | -3/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Detect Objective-C snippets if there is a NSNumber object | |||||
| * | | | | | | | | | | | | | | | | Merged in iElectric/pygments-main (pull request #301) | Georg Brandl | 2014-03-16 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nix: add null constant and improve text highlighting | |||||
| | * | | | | | | | | | | | | | | | Haskell: restrict char literals to 1 character if no escapes | Georg Brandl | 2014-03-16 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | Nix: add null constant and improve text highlighting | Domen Kozar | 2014-03-15 | 1 | -2/+3 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Detect Objective-C snippets if there is a NSNumber object | Gaurav Jain | 2014-03-14 | 1 | -0/+2 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | merge | Georg Brandl | 2014-03-04 | 2 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Fix a few non-Python3 compatible raw Unicode literals. | Georg Brandl | 2014-03-04 | 2 | -5/+5 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Idris: Fix errors in lexer | raichoo | 2014-03-04 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | merge | Georg Brandl | 2014-03-04 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Overhaul the Makefile lexer a bit more. | Georg Brandl | 2014-03-04 | 1 | -9/+18 | |
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Overhaul the Makefile lexer a bit more. | Georg Brandl | 2014-03-04 | 2 | -9/+20 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merged in asylumfunk/pygments-main/feature/makefile-highlight (pull request ↵ | Georg Brandl | 2014-03-04 | 22 | -65/+2719 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #290) Fix Makefile highlighting with target expansion | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merged in micclly/pygments-main/add_mql_lexer (pull request #285) | Georg Brandl | 2014-03-04 | 20 | -63/+1964 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Inform: versionadded, remove ".h" file glob, changelog entry. | Georg Brandl | 2014-03-04 | 3 | -2/+9 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Merged in dscorbett/pygments-main (pull request #281) | Georg Brandl | 2014-03-04 | 7 | -1/+1189 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Inform lexers | |||||
| | | * | | | | | | | | | | | | | Add Inform lexers | David Corbett | 2014-01-31 | 7 | -3/+1191 | |
| | | | |_|_|_|_|/ / / / / / / | | | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Fix duplicate mimetype. | Georg Brandl | 2014-03-04 | 2 | -1/+2 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | merge | Georg Brandl | 2014-03-04 | 6 | -2/+161 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | Mask: attribution, changelog, mapfile, versionadded. | Georg Brandl | 2014-03-04 | 4 | -2/+6 | |
| | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | Merged in tenbits/pygments-main (pull request #280) | Georg Brandl | 2014-03-04 | 14 | -63/+606 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MaskLexer | |||||
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ | Merged in alkino/pygments-main (pull request #282) | Georg Brandl | 2014-03-04 | 13 | -62/+605 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix docstring from analyze_text to analyse_text | |||||
| | | | * | | | | | | | | | | | | | | Fix docstring from analyze_text to analyse_text | Nicolas Cornu | 2014-02-06 | 1 | -1/+1 | |
| | | | | |/ / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | [dist] MaskLexer | tenbits | 2014-01-28 | 3 | -1/+156 | |
| | | |/ / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | versionadded tag for NasmObjdumpLexer. | Georg Brandl | 2014-03-04 | 1 | -1/+3 | |
| | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | changelog update | Georg Brandl | 2014-03-04 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Merged in Matir/pygments (pull request #279) | Georg Brandl | 2014-03-04 | 2 | -44/+64 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for intel-style objdump. | |||||
| | | * | | | | | | | | | | | | | Support for intel-style objdump. | David Tomaschik | 2014-01-24 | 2 | -46/+66 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Merged in dietmarw/pygments-main (pull request #284) | Georg Brandl | 2014-03-04 | 11 | -14/+532 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modelica: lexer fixes wrt quoted identifiers | |||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merged in jiyinyiyong/pygments-main (pull request #286) | Georg Brandl | 2014-03-04 | 9 | -13/+524 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cirru: add comma syntax | |||||
| | | | * | | | | | | | | | | | | | | Add authors/changelog for Idris, exempt the literate lexer from stripnl test | Georg Brandl | 2014-03-04 | 3 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | merge with raichoo/pygments-main (pull request #210) | Georg Brandl | 2014-03-04 | 184 | -2939/+6174 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | | | | | | Remove duplicate mimetype. | Georg Brandl | 2014-03-04 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | Add changelog entry. | Georg Brandl | 2014-03-04 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | Regenerate mapfiles. | Georg Brandl | 2014-03-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | |