| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | highlights(haskell): don't match True|False in other identifiers | Stephan Seitz | 2023-01-14 | 1 | -1/+1 |
| | | | | | | Co-authored-by: ObserverOfTime <chronobserver@disroot.org> Co-authored-by: Guillaume Bouchard <guibou@users.noreply.github.com> | ||||
| * | highlights(haskell): special sigils and operators | Ananda Umamil | 2023-01-14 | 1 | -0/+5 |
| | | |||||
| * | highlights(haskell): function and variable bindings | Ananda Umamil | 2023-01-11 | 1 | -1/+4 |
| | | |||||
| * | highlights(haskell): Fix partially applied infix functions | Manuel Barros | 2023-01-01 | 1 | -0/+2 |
| | | |||||
| * | highlights(haskell): lambda and function with type signature | Ananda Umamil | 2022-12-29 | 1 | -3/+6 |
| | | |||||
| * | highlights(haskell): fix captures | ObserverOfTime | 2022-11-26 | 1 | -1/+1 |
| | | |||||
| * | haskell/highlights: Match `pattern` as a keyword | Jade Lovelace | 2022-09-27 | 1 | -0/+1 |
| | | | | | | | | | | | | 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 } | ||||
| * | highlights(haskell): use `@function.call` | Stephan Seitz | 2022-09-11 | 1 | -4/+4 |
| | | |||||
| * | Add @spell directives for haskell | Guillaume Bouchard | 2022-09-10 | 1 | -0/+7 |
| | | |||||
| * | Add postresql-simple sql to haskell injections | Marc Jakobi | 2022-08-29 | 1 | -0/+10 |
| | | |||||
| * | Fix aesonQQ quasiquote_body for haskell injections | Guillaume Bouchard | 2022-08-29 | 1 | -1/+1 |
| | | | | Fix name of the captured quoter | ||||
| * | Haskell injection: support inline json | Guillaume Bouchard | 2022-08-29 | 1 | -0/+10 |
| | | | | Support for inline json using the quasiquoter `aesonQQ`: https://github.com/sol/aeson-qq#readme | ||||
| * | support the fold of haskell | ShootingStarDragons | 2022-07-08 | 1 | -0/+5 |
| | | |||||
| * | fix(haskell): priority 101 for infix function precedence over variable (#3085) | Kiyan | 2022-07-01 | 1 | -1/+1 |
| | | |||||
| * | fix(haskell): highlight exp_name as function in infix operations | kiyan | 2022-06-25 | 1 | -0/+1 |
| | | |||||
| * | highlights(haskell): function with type signature | Ananda Umamil | 2022-01-13 | 1 | -0/+3 |
| | | |||||
| * | Improve Haskell highlighting | Ananda Umamil | 2022-01-08 | 1 | -9/+14 |
| | | |||||
| * | Add comment highlighting for keywords in Haskell (#1695) | jpe90 | 2021-08-14 | 1 | -0/+1 |
| | | | | Co-authored-by: Santos Gallegos <stsewd@protonmail.com> | ||||
| * | Add common quasiquote highlights/injections for Haskell (#1440) | Farbod Salamat-Zadeh | 2021-07-01 | 2 | -0/+64 |
| | | |||||
| * | feat(haskell): improve highlight query | elianiva | 2021-06-26 | 1 | -39/+72 |
| | | | | | Co-authored-by: Farbod Salamat-Zadeh <12140044+farbodsz@users.noreply.github.com> | ||||
| * | feat: add haskell highlights | elianiva | 2021-06-26 | 1 | -0/+91 |
