mirror of
https://github.com/helix-editor/helix
synced 2026-05-03 17:20:38 +02:00
9e6c2a2774
* highlights(vim): fix `@keyword.control.excpetion` capture name * highlights(pascal, php-only): fix captures for numbers * highlights(graphql): `@constants.*` => `@constant.*` * highlights(bass): `@keyword.builtin` => `@keyword` `@keyword.builtin` is not an actual helix theme scope, and nvim-treesitter just uses `@keyword` for that, so align with that * highlights(v): `@keyword.control.function` => `@keyword.function` * highlights(lean, latex): `@include` => `@keyword.control.import` * highlights(latex): `@markup.link.uri` => `@markup.link.url` * highlights(ink): `@commment` => `@comment` * highlights(vhdl): `@punctuation.delimiters` => `@punctuation.delimiter` * highlights(bicep): `@constant.number` => `@constant.numeric` * higlights(haskell): `@variable.member` => `@variable.other.member` * highlights(chuck): fix typo in `@keyword.control.conditional` * highlights(ripple): `@number` => `@constant.numeric` * highlights(t32): use the correct `@keyword.*` captures * highlights(scheme): use correct captures for conditional keywords * highlights(elixir, hurl, latex): use `@string.regexp`