mirror of
https://github.com/neovim/neovim.git
synced 2026-04-28 10:14:06 +00:00
- Only match valid predefined and option variables.
- Match scope dictionaries.
- Highlight scope prefixed variables as a scope dictionary accessor. The
vimVarScope syntax group can be linked to vimVar to disable this.
- Include support for Neovim-only predefined and option variables.
Temporary collateral damage - scope dictionaries match instead of keys
in dictionary literals.
closes: vim/vim#16727
3dca512939
Co-authored-by: Doug Kearns <dougkearns@gmail.com>