0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

runtime(java): Highlight javaConceptKind modifiers with StorageClass

Stop assigning by default the NonText highlighting group for
javaConceptKind modifiers since its colour is hardly
distinguishable from a background colour for a range of
colour schemes.

fixes #15237
related #15238
closes: #15664

Co-authored-by: Dexter Gaon-Shatford <dexter@gaonshatford.ca>
Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Aliaksei Budavei
2024-09-15 19:53:50 +02:00
committed by Christian Brabandt
parent fdd1819b5f
commit 5e95c8f637
86 changed files with 274 additions and 244 deletions

View File

@@ -1,3 +1,7 @@
// VIM_TEST_SETUP :highlight link javaConceptKind NonText
class ContextualKeywordsTests // See JLS, §3.9 Keywords.
{
private ContextualKeywordsTests() { throw new Error(); }