aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexHaskell.cxx
AgeCommit message (Collapse)AuthorFilesLines
2010-08-10Feature Request #3039490 Improved syntactic highlighting for Haskellnyamatongwe1-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-13For new lexer design change includes to add new files and remove unused files.nyamatongwe1-6/+9
Normalise order of includes. Minor fixes for compatibility with new lexer design.
2010-07-13Moved lexers into lexers directory.nyamatongwe1-0/+275