From: Job Noorman Date: Tue, 22 Aug 2023 20:37:40 +0000 (+0000) Subject: runtime(scala): Link Scala highlighting groups using 'hi def link' in syntax script... X-Git-Tag: v9.0.1784~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=544b209a2d4b10e0a4874c925036def30d33d708;p=thirdparty%2Fvim.git runtime(scala): Link Scala highlighting groups using 'hi def link' in syntax script (#9594) They were linked using 'hi link' which made it impossible for color schemes to override highlight groups. Signed-off-by: Christian Brabandt ---