derekwyatt / vim-scala

My work on integration of Scala into Vim - not a ton here, but useful for me.
http://derekwyatt.org
Apache License 2.0
1.09k stars 144 forks source link

Allow overriding scala syntax highlight groups #168

Open fmcgough opened 3 years ago

fmcgough commented 3 years ago

Use hi def link instead of hi link for Scala syntax highlighting groups, to allow overriding by user configuration and/or colour schemes. This brings it in line with syntax highlighting definitions for other languages, e.g. python, java.