| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(haskell): use grammar for operator detection instead of match | Abbath | 5 days | 1 | -2/+1 |
| | | |||||
| * | fix(haskell): highlighting for operator definition and operator-like ↵ | Abbath | 7 days | 1 | -2/+4 |
| | | | | | constructors. | ||||
| * | fix(haskell): syntax highlighting for Haskell lambda expressions | Abbath | 7 days | 1 | -1/+2 |
| | | | | Fixes highlighting for lambdas with multiple parameters. | ||||
| * | feat(haskell): injection for morpheus-graphql-client quasiquotes | Marc Jakobi | 2025-12-09 | 1 | -0/+11 |
| | | |||||
| * | fix(haskell): correct use of supertypes in `(decl)` patterns | Christian Clason | 2025-11-25 | 1 | -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 language | Marc Jakobi | 2025-05-27 | 1 | -3/+4 |
| | | |||||
| * | feat!: drop modules, general refactor and cleanup | Christian Clason | 2025-05-12 | 4 | -0/+566 |
