nvim-treesitter/tests/query/highlights
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
..
bash feat(bash): improve highlights 2023-08-24 12:11:16 +03:00
c highlights(c/cpp): highlight case labels as constants 2022-01-29 13:11:56 +01:00
capnp Update Capnp (#4713) 2023-05-07 00:12:49 +09:00
clojure fix(clojure): fix field highlighting (#5319) 2023-08-27 10:25:43 +03:00
cpp feat(cpp): improve function.call to support any level of nesting for qualified identifiers 2023-04-15 07:00:14 -07:00
ecma feat(ecma): add tests for constants 2023-03-04 05:00:39 -05:00
fusion highlights: create subscoping for ternary operator 2022-12-02 21:42:11 +01:00
gitattributes highlights(gitattributes): fix captures 2022-11-26 13:17:51 +02:00
gleam chore: update Gleam 2023-05-29 11:13:36 -04:00
hack highlights(hack): fix captures 2022-11-26 13:17:51 +02:00
haskell feat(haskell): highlights improvements 2023-10-15 14:32:51 -04:00
hocon add highlights tests 2022-01-16 14:59:39 +01:00
julia feat(julia): add tests for new changes 2023-03-10 03:38:23 -05:00
lua fix(lua): luap injection (#5275) 2023-08-18 02:17:04 +00:00
markdown highlights(markup): distinguish heading level in queries 2023-05-13 16:50:32 +02:00
nix feat(nix): some highlight improvements 2023-10-12 19:04:55 +00:00
pascal highlights(Pascal): Fix highlighting of types 2022-01-05 20:59:26 +01:00
prisma feat(prisma): highlight views 2023-06-04 00:05:57 -04:00
python fix(python,starlark): builtin types should come after types 2023-04-25 03:04:05 -04:00
r move 'in' to repeat 2022-12-31 13:50:47 +01:00
rust ci: allow negative assertions in tests 2023-01-01 15:32:07 +01:00
smali chore(smali): add tests 2023-04-25 02:37:31 -04:00
solidity feat(solidity): use maintained parser and update highlights accordingly 2023-02-24 13:05:33 -08:00
t32 feat(t32): update tests to new node types 2023-07-30 19:29:33 +02:00
tiger highlights(tiger): fix captures 2022-11-26 13:17:51 +02:00
typescript feat(ecma): convert eligible @keyword.operators 2023-06-04 00:04:40 -04:00
usd Added USD as a language + some queries 2023-05-15 09:28:11 +02:00
wing feat(wing): add parser (#5021) 2023-06-29 10:34:46 +00:00
xhp-intro.hack highlights(hack): fix captures 2022-11-26 13:17:51 +02:00