summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.monkey
Commit message (Collapse)AuthorAgeFilesLines
* Fix operator highlighting in Monkey lexer.Tim Hatch2012-11-061-1/+9
|
* applied several fixes hinted on in pull request 117Tinnet Coronam2012-11-031-4/+40
| | | | | | | - uppercase hex numbers - lowercase keywords like Or/And etc. - added preprocessor variables (differnt from preprocess keywords) - made preprocess keywords cleverer by not capturing the while line
* final(?) fixes, version seems to cover most thingsTinnet Coronam2012-10-171-15/+39
| | | | | | - fixed multiline comment handling - added string escape sequences - simplified (and fixed) array handling
* added Throw and InterfaceTinnet Coronam2012-10-171-0/+7
|
* some fixes to classnames (with generics and module paths)Tinnet Coronam2012-10-171-0/+17
|
* added sample fileTinnet Coronam2012-10-161-0/+60