summaryrefslogtreecommitdiff
path: root/pygments/lexers/qbasic.py
Commit message (Expand)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
* Merged in pathawks/pygments-1/pathawks/mimetypes-is-plural-1375403583927 (pul...Pat Hawks2013-08-011-1/+1
|\
| * `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 differ...Pat Hawks2013-03-081-14/+21
* 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
* 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