-
-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(syntax): incorrect highlight for
Delimiter
Neovim 0.10 changes or removes some of the default links for builtin hl groups (e.g. "base" groups). As such, `Delimiter` (and its dependents) no longer link to `Special`. We rely on the default links for some of these builtin hl groups. In `group/syntax.lua`, restore these default links by setting/recreating them explicitly instead of relying on the defaults. This commit addresses the groups in `group/syntax.lua`, but there may be other files or groups that need to be similarly addressed. Fixes #329
- Loading branch information
Showing
1 changed file
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters