nvim-treesitter/queries/haskell
Marc Jakobi d33dbdab01 feat(haskell): highlights improvements
- Consider functions with only one value on the rhs as variables
- Applied composition: `(f . g) <param>` -> `@function.call`
- View patterns
- `@field` in record update expression
- type_tuple and type_list as variables
- quantifier for `exp_apply (<rhs>)+ (variable)`
- type_tuple and type_list as variables
- Treat signatures with only one value on the rhs as variables
  (except for `IO a`) -> Fixes #5505.
- Remove redundant anchors from signature function queries.
- Move signature function queries to give them higher priority
- Scoped function types
- Add signature query to function with parameters query
2023-10-15 14:32:51 -04:00
..
folds.scm support the fold of haskell 2022-07-08 21:58:10 +02:00
highlights.scm feat(haskell): highlights improvements 2023-10-15 14:32:51 -04:00
injections.scm chore(injections)!: update injection syntax to 0.9 2023-08-12 17:34:15 +02:00