commit | 544b209a2d4b10e0a4874c925036def30d33d708 | [log] [tgz] |
---|---|---|
author | Job Noorman <job@noorman.info> | Tue Aug 22 20:37:40 2023 +0000 |
committer | GitHub <noreply@github.com> | Tue Aug 22 22:37:40 2023 +0200 |
tree | ef337900c650ae3336ae7965824e6bef1bc66401 | |
parent | 6e93689bde7321ce974ae99ec6c74efb08d78842 [diff] |
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>