nvim-treesitter/tests/query
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
..
highlights feat(haskell): highlights improvements 2023-10-15 14:32:51 -04:00
injections fix(dockerfile): bash injection on run instructions 2023-09-17 16:32:21 +02:00
highlights_spec.lua properly replace deprecated tsutils functions 2023-02-12 14:26:14 -08:00
injection_spec.lua properly replace deprecated tsutils functions 2023-02-12 14:26:14 -08:00