]> git.ipfire.org Git - thirdparty/vim.git/commit
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)
commit544b209a2d4b10e0a4874c925036def30d33d708
treeef337900c650ae3336ae7965824e6bef1bc66401
parent6e93689bde7321ce974ae99ec6c74efb08d78842
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 <cb@256bit.org>