Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify a few basic regex. | Matth?us G. Chajdas | 2019-04-30 | 1 | -5/+5 |
| | |||||
* | Create a Lexer class for BBC Basic files. | Charles Ferguson | 2019-03-14 | 1 | -2/+97 |
| | | | | | | | | | The Lexer class for BBC Basic handles both the numbered lines, and unnumbered lines, of the detokenised (text) format of BBC BASIC. The tokeniser copes, in a naive manner, with the orignal versions, and BASIC V. It does not handle other extensions at this time, nor does it handle inline assembler. This should be sufficient for most cases where code needs to be presented in a colourful manner. | ||||
* | Fix invalid escape sequence in the VBScript lexer. | Matth?us G. Chajdas | 2019-03-06 | 1 | -1/+1 |
| | |||||
* | Update CHANGES. | Matth?us G. Chajdas | 2019-03-06 | 1 | -1/+1 |
| | |||||
* | Merged in roskakori/pygments-vbscript (pull request #673) | Anteru | 2019-03-06 | 1 | -1/+1 |
|\ | | | | | | | Added lexer for VBScript | ||||
| * | Copyright update. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | | |||||
* | | Added lexer for VBScript. | Thomas Aglassinger | 2016-10-02 | 1 | -3/+67 |
|/ | |||||
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Simplify charclasses in the remaining modules | Georg Brandl | 2014-11-06 | 1 | -6/+6 |
| | |||||
* | Closes #892: fix overzealous analyse_text of the SourcesListLexer. | Georg Brandl | 2014-10-08 | 1 | -2/+3 |
| | | | | Also remove any "default" return from analyse_text methods. | ||||
* | Remove the misc subpackage. | Georg Brandl | 2014-09-20 | 1 | -0/+499 |