aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskelltokenizer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with Qt 6Eike Ziller2021-08-041-9/+9
| | | | | | | | | - setContentsMargins - QStringView instead of QStringRef Change-Id: I2cd4df9b68f5f2fbf4c5d918b0bf238734518037 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Add editor tooltips with type and symbol infoEike Ziller2017-10-011-1/+13
| | | | | | | 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/+631
See lexical structure of Haskell https://www.haskell.org/onlinereport/haskell2010/haskellch2.html