| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-27 | haskell/highlights: Match `pattern` as a keyword | Jade Lovelace | |
| Sample: -- | Smart constructor that deduplicates plugins pattern IdePlugins :: [PluginDescriptor ideState] -> IdePlugins ideState pattern IdePlugins{ipMap} <- IdePlugins_ (sortOn (Down . pluginPriority) . HashMap.elems -> ipMap) _ where IdePlugins ipMap = IdePlugins_{ipMap_ = HashMap.fromList $ (pluginId &&& id) <$> ipMap , lookupCommandProvider = lookupPluginId ipMap } | |||
| 2022-09-11 | highlights(haskell): use `@function.call` | Stephan Seitz | |
| 2022-09-10 | Add @spell directives for haskell | Guillaume Bouchard | |
| 2022-08-29 | Add postresql-simple sql to haskell injections | Marc Jakobi | |
| 2022-08-29 | Fix aesonQQ quasiquote_body for haskell injections | Guillaume Bouchard | |
| Fix name of the captured quoter | |||
| 2022-08-29 | Haskell injection: support inline json | Guillaume Bouchard | |
| Support for inline json using the quasiquoter `aesonQQ`: https://github.com/sol/aeson-qq#readme | |||
| 2022-07-08 | support the fold of haskell | ShootingStarDragons | |
| 2022-07-01 | fix(haskell): priority 101 for infix function precedence over variable (#3085) | Kiyan | |
| 2022-06-25 | fix(haskell): highlight exp_name as function in infix operations | kiyan | |
| 2022-01-13 | highlights(haskell): function with type signature | Ananda Umamil | |
| 2022-01-08 | Improve Haskell highlighting | Ananda Umamil | |
| 2021-08-14 | Add comment highlighting for keywords in Haskell (#1695) | jpe90 | |
| Co-authored-by: Santos Gallegos <stsewd@protonmail.com> | |||
| 2021-07-01 | Add common quasiquote highlights/injections for Haskell (#1440) | Farbod Salamat-Zadeh | |
| 2021-06-26 | feat(haskell): improve highlight query | elianiva | |
| Co-authored-by: Farbod Salamat-Zadeh <12140044+farbodsz@users.noreply.github.com> | |||
| 2021-06-26 | feat: add haskell highlights | elianiva | |
