aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/haskell
Commit message (Collapse)AuthorAgeFilesLines
* fix(haskell): use grammar for operator detection instead of matchAbbath5 days1-2/+1
|
* fix(haskell): highlighting for operator definition and operator-like ↵Abbath7 days1-2/+4
| | | | constructors.
* fix(haskell): syntax highlighting for Haskell lambda expressionsAbbath7 days1-1/+2
| | | Fixes highlighting for lambdas with multiple parameters.
* feat(haskell): injection for morpheus-graphql-client quasiquotesMarc Jakobi2025-12-091-0/+11
|
* fix(haskell): correct use of supertypes in `(decl)` patternsChristian Clason2025-11-251-3/+31
| | | | | | | | | | | Problem: These patterns were impossible, since children need to be children of every subtype of a supertype to be captured in this way. As subtypes could appear as children themselves, the query code silently "skipped over" the supertype restriction in the pattern. This was fixed in tree-sitter v0.26.0, which now (correctly) flags these patterns as "impossible". Solution: Add the appropriate child nodes explicitly.
* fix(haskell): properly set inline-python injection languageMarc Jakobi2025-05-271-3/+4
|
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-124-0/+566