diff options
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/syntax.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 33df9c7103..e7960a5cc8 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -1683,6 +1683,12 @@ In order to highlight nested parens with different colors, define colors for or > :hi javaParen ctermfg=blue guifg=#0000ff +Certain modifiers are incompatible with each other, e.g. `abstract` and +`final`: > + :syn list javaConceptKind +and can be differently highlighted as a group than other modifiers with > + :hi link javaConceptKind NonText + If you notice highlighting errors while scrolling backwards, which are fixed when redrawing with CTRL-L, try setting the "g:java_minlines" variable to a larger number: > |