summaryrefslogtreecommitdiff
path: root/pygments/lexers/basic.py
Commit message (Collapse)AuthorAgeFilesLines
* Simplify a few basic regex.Matth?us G. Chajdas2019-04-301-5/+5
|
* Create a Lexer class for BBC Basic files.Charles Ferguson2019-03-141-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. Chajdas2019-03-061-1/+1
|
* Update CHANGES.Matth?us G. Chajdas2019-03-061-1/+1
|
* Merged in roskakori/pygments-vbscript (pull request #673)Anteru2019-03-061-1/+1
|\ | | | | | | Added lexer for VBScript
| * Copyright update.Georg Brandl2017-01-221-1/+1
| |
* | Added lexer for VBScript.Thomas Aglassinger2016-10-021-3/+67
|/
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* Simplify charclasses in the remaining modulesGeorg Brandl2014-11-061-6/+6
|
* Closes #892: fix overzealous analyse_text of the SourcesListLexer.Georg Brandl2014-10-081-2/+3
| | | | Also remove any "default" return from analyse_text methods.
* Remove the misc subpackage.Georg Brandl2014-09-201-0/+499