Skip to content

Commit 948cebf

Browse files
committed
fix(treesitter): fixup highlight groups
* 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
1 parent 98db85c commit 948cebf

File tree

3 files changed

+190
-182
lines changed

3 files changed

+190
-182
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- Loading/sourcing colorscheme now causes recompilation if config or overrides changed, even if `setup()` was called before
2121
- Refactored and improved `Color` lib (LSP types and descriptions, code-dedupe, stricter ctor, etc.) (#352)
2222
- Added and improved types (LSP) for groups, config, and modules (#354)
23+
- Highlight gitignore files (contents)
2324

2425
### Changes
2526

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

2933
### Issues Fix
3034

0 commit comments

Comments
 (0)