Skip to content

Commit

Permalink
fix(treesitter): fixup highlight groups
Browse files Browse the repository at this point in the history
* Upstream renamed: `@field` --> `@variable.parameter`

* Upstream added: `@variable.parameter.builtin`

* Change Lua function/method calls to default pinkish color, but leave
  builtin functions untouched (as a different color).

* Highlight gitignore files (contents)

* Fixup formatting of file group/treesitter.lua
  • Loading branch information
tmillr committed Jul 21, 2024
1 parent 98db85c commit 948cebf
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 182 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Loading/sourcing colorscheme now causes recompilation if config or overrides changed, even if `setup()` was called before
- Refactored and improved `Color` lib (LSP types and descriptions, code-dedupe, stricter ctor, etc.) (#352)
- Added and improved types (LSP) for groups, config, and modules (#354)
- Highlight gitignore files (contents)

### Changes

- Clarify `options.transparent` in README (resolves #327)
- Renamed function `Color:lumanance()` -> `Color:luminance()` in `Color` lib (typo/misspelling)
- Upstream renamed group: `@field` -> `@variable.parameter`
- Upstream added group: `@variable.parameter.builtin`
- Changed Lua function/method calls to default pinkish color, but left builtin functions untouched (as a different color)

### Issues Fix

Expand Down
Loading

0 comments on commit 948cebf

Please sign in to comment.