aboutsummaryrefslogtreecommitdiffstats
path: root/queries/haskell
Commit message (Collapse)AuthorAgeFilesLines
* haskell/highlights: Match `pattern` as a keywordJade Lovelace2022-09-271-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 Seitz2022-09-111-4/+4
|
* Add @spell directives for haskellGuillaume Bouchard2022-09-101-0/+7
|
* Add postresql-simple sql to haskell injectionsMarc Jakobi2022-08-291-0/+10
|
* Fix aesonQQ quasiquote_body for haskell injectionsGuillaume Bouchard2022-08-291-1/+1
| | | Fix name of the captured quoter
* Haskell injection: support inline jsonGuillaume Bouchard2022-08-291-0/+10
| | | Support for inline json using the quasiquoter `aesonQQ`: https://github.com/sol/aeson-qq#readme
* support the fold of haskellShootingStarDragons2022-07-081-0/+5
|
* fix(haskell): priority 101 for infix function precedence over variable (#3085)Kiyan2022-07-011-1/+1
|
* fix(haskell): highlight exp_name as function in infix operationskiyan2022-06-251-0/+1
|
* highlights(haskell): function with type signatureAnanda Umamil2022-01-131-0/+3
|
* Improve Haskell highlightingAnanda Umamil2022-01-081-9/+14
|
* Add comment highlighting for keywords in Haskell (#1695)jpe902021-08-141-0/+1
| | | Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
* Add common quasiquote highlights/injections for Haskell (#1440)Farbod Salamat-Zadeh2021-07-012-0/+64
|
* feat(haskell): improve highlight queryelianiva2021-06-261-39/+72
| | | | Co-authored-by: Farbod Salamat-Zadeh <12140044+farbodsz@users.noreply.github.com>
* feat: add haskell highlightselianiva2021-06-261-0/+91