mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-08 11:03:49 -05:00
`SpecialChar` currently has no highlighting, but the majority of other existing `Special` characters in the theme are highlighted as dark yellow (`htmlSpecialChar`, `texSpecialChar`.) So, add dark yellow highlighting for `SpecialChar` and change `perlSpecialString` accordingly, so special characters are highlighted consistently across all languages. Resolves #222. Closes #237.