aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexHaskell.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-05-18Fix import list folding in fully indented moduleskudah1-79/+87
2013-05-13get rid of msvc warningkudah1-5/+5
2013-05-09* Literate Haskell supportkudah1-69/+178
2013-05-08Fixed a bug when --:> was highlighted as a constructorkudah1-52/+85
2013-05-04* Allow arbitrary amount of # suffixes in identifiers with lexer.haskell.allo...kudah1-61/+118
2013-04-21* Fixed a bug when a dashes-only comment double-counted a line and could hang...kudah1-76/+148
2013-04-19* Use SCE_HA_COMMENTBLOCK2, SCE_HA_COMMENTBLOCK3kudah1-27/+68
2013-04-18Fix clang warningkudah1-3/+2
2013-04-18Fold indented imports.kudah1-8/+39
2013-04-17Fixed import folding interfering with indentation foldingkudah1-2/+14
2013-04-17Removed importCurrentkudah1-6/+6
2013-04-17Removed dead assignment.nyamatongwe1-1/+0
2013-04-13Really minor refactorkudah1-13/+12
2013-04-12* Converted Haskell lexer to a classkudah1-125/+235
2013-04-09Haskell lexerkudah1-56/+203
2013-04-07Fixed few things in haskell lexerkudah1-25/+87
2013-04-04Improvements to Haskell Lexer:kudah1-142/+209
2010-08-10Feature Request #3039490 Improved syntactic highlighting for Haskellnyamatongwe1-81/+171
2010-07-13For new lexer design change includes to add new files and remove unused files.nyamatongwe1-6/+9
2010-07-13Moved lexers into lexers directory.nyamatongwe1-0/+275