]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(scala): Link Scala highlighting groups using 'hi def link' in syntax script...
authorJob Noorman <job@noorman.info>
Tue, 22 Aug 2023 20:37:40 +0000 (20:37 +0000)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 20:37:40 +0000 (22:37 +0200)
They were linked using 'hi link' which made it impossible for color
schemes to override highlight groups.

Signed-off-by: Christian Brabandt <cb@256bit.org>

No differences found