Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-10 | Feature Request #3039490 Improved syntactic highlighting for Haskell | nyamatongwe | 1 | -81/+171 | |
'as' is a keyword but in all other contexts it is a normal identifier. The highligthting was failing if the operators are not separated by spaces: 10+20 There was highlighting for data types, classes and instances but it didn't work correctly. This was removed. | |||||
2010-07-13 | For new lexer design change includes to add new files and remove unused files. | nyamatongwe | 1 | -6/+9 | |
Normalise order of includes. Minor fixes for compatibility with new lexer design. | |||||
2010-07-13 | Moved lexers into lexers directory. | nyamatongwe | 1 | -0/+275 | |