Skip to content

Tags: Iron-E/nvim-highlite

Tags

v4.18.0

Toggle v4.18.0's commit message

Verified

This tag was signed with the committer’s verified signature.
v4.18.0

Features

- *(c_sharp)* Highlight range expressions
- *(gitignore)* Make clear what special characters are
- *(groups)* Default `@lsp.typemod.keyword.conditional`
- *(groups)* `@tag.builtin` default
- *(ini)* Highlight ini values as strings
- *(nix)* Imports highlighted as modules
- *(regex)* Range highlighting
- *(tsx)* Highlight jsx expression
- Terraform support

Bug Fixes

- *(c_sharp)* TS parser update
- *(fish)* Variables highlighted as constants
- *(fish)* Brackets highlighted as constants
- *(groups)* New TreeSitter `@keyword.modifier`
- *(highlite)* New TreeSitter `@keyword.modifier`
- *(markdown_inline)* Code span delimiter shown as link label
- *(queries)* New TreeSitter `@keyword.modifier`
- *(rust)* Special macro highlights
- *(terraform)* Highlight variables as variables
- *(terraform)* Highlight types as types
- *(terraform)* Highlight `null` as builtin constant
- *(terraform)* Delimiter punctuation shows as special
- *(terraform)* Heredoc shows as string
- *(vimdoc)* Option concealing
- Reference to undefined highlight group `@markup.title`

Maintenance

- *(bash)* Remove upstreamed queries

v4.17.1

Toggle v4.17.1's commit message

Verified

This commit was signed with the committer’s verified signature.
fix(vimdoc): option concealing

v4.17.0

Toggle v4.17.0's commit message

Verified

This commit was signed with the committer’s verified signature.
feat(groups): @lsp.typemod.string.escape

v4.16.0

Toggle v4.16.0's commit message

Verified

This commit was signed with the committer’s verified signature.
feat: editorconfig highlighting

v4.15.1

Toggle v4.15.1's commit message

Verified

This commit was signed with the committer’s verified signature.
fix(markdown): code block language name highlighted as `@conceal`

v4.15.0

Toggle v4.15.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ref(markdown_inline): improve bracket usage consistency

v4.14.1

Toggle v4.14.1's commit message

Verified

This commit was signed with the committer’s verified signature.
fix(bat): invalid `tmTheme` syntax

Closes #31

v4.14.0

Toggle v4.14.0's commit message

Verified

This commit was signed with the committer’s verified signature.
chore: docgen

v4.13.0

Toggle v4.13.0's commit message

Verified

This commit was signed with the committer’s verified signature.
docs(advanced-usage): fix incorrect `setup` usage

Closes #29

v4.12.0

Toggle v4.12.0's commit message

Verified

This commit was signed with the committer’s verified signature.
fix(groups): highlight type aliases correctly with LSP