summaryrefslogtreecommitdiff
path: root/queries/haskell
AgeCommit message (Collapse)Author
2022-09-27haskell/highlights: Match `pattern` as a keywordJade 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-11highlights(haskell): use `@function.call`Stephan Seitz
2022-09-10Add @spell directives for haskellGuillaume Bouchard
2022-08-29Add postresql-simple sql to haskell injectionsMarc Jakobi
2022-08-29Fix aesonQQ quasiquote_body for haskell injectionsGuillaume Bouchard
Fix name of the captured quoter
2022-08-29Haskell injection: support inline jsonGuillaume Bouchard
Support for inline json using the quasiquoter `aesonQQ`: https://github.com/sol/aeson-qq#readme
2022-07-08support the fold of haskellShootingStarDragons
2022-07-01fix(haskell): priority 101 for infix function precedence over variable (#3085)Kiyan
2022-06-25fix(haskell): highlight exp_name as function in infix operationskiyan
2022-01-13highlights(haskell): function with type signatureAnanda Umamil
2022-01-08Improve Haskell highlightingAnanda Umamil
2021-08-14Add comment highlighting for keywords in Haskell (#1695)jpe90
Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
2021-07-01Add common quasiquote highlights/injections for Haskell (#1440)Farbod Salamat-Zadeh
2021-06-26feat(haskell): improve highlight queryelianiva
Co-authored-by: Farbod Salamat-Zadeh <12140044+farbodsz@users.noreply.github.com>
2021-06-26feat: add haskell highlightselianiva