aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskelltokenizer.h
Commit message (Collapse)AuthorAgeFilesLines
* Add editor tooltips with type and symbol infoEike Ziller2017-10-011-0/+2
| | | | | | | There is one ghcmod process started in a separate thread per project directory of opened files. If there are no more files open for a project, that ghcmod thread is exited. This doesn't take unsaved modifications into account.
* Add highlighterEike Ziller2017-10-011-0/+91
See lexical structure of Haskell https://www.haskell.org/onlinereport/haskell2010/haskellch2.html