nvim-treesitter/tests
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
..
indent fix(t32): update indent queries & test 2023-09-14 20:07:02 +02:00
query feat(haskell): highlights improvements 2023-10-15 14:32:51 -04:00
unit tests: fix deprecated tests (#4681) 2023-04-20 15:12:31 +09:00