summaryrefslogtreecommitdiff
path: root/pygments/lexers/qbasic.py
Commit message (Collapse)AuthorAgeFilesLines
* Let qbasic lexer match functions like 'RIGHT$', with testTim Hatch2014-04-241-13/+15
|
* Properly escape functions for qbasicTim Hatch2014-04-241-46/+53
|
* Fixes by regexlintTim Hatch2014-04-241-4/+4
|
* Merged in pathawks/pygments (pull request #182)Tim Hatch2014-04-241-10/+17
| | | | | Conflicts: pygments/lexers/_mapping.py
* Merged in pathawks/pygments-1/pathawks/mimetypes-is-plural-1375403583927 ↵Pat Hawks2013-08-011-1/+1
|\ | | | | | | | | | | (pull request #1) `mimetypes` Is plural
| * `mimetypes` Is pluralPat Hawks2013-08-021-1/+1
| |
* | Change arrays to proper arrays that wrap around 80Pat Hawks2013-08-021-18/+47
|/
* While there are still a few edge cases, I think the biggest problem is ↵Pat Hawks2013-03-081-14/+21
| | | | differentiating between variable names and functions/subroutines
* Updating the way CHR$ is handled.Pat Hawks2013-03-071-3/+2
|
* I think `REM` is maybe a preprocessor comment?Pat Hawks2013-03-071-1/+2
| | | | I think it looks better this way, anyway.
* Let's not forget about line numbersPat Hawks2013-03-071-0/+2
|
* I think we're getting closer?Pat Hawks2013-03-071-15/+26
|
* Adding simple QBasic support.Pat Hawks2013-03-071-0/+92
Still LOTS of work to be done