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