mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 15:19:26 +02:00
updated java syntax file
This commit is contained in:
parent
79327f6f26
commit
407efb70a1
1 changed files with 2 additions and 2 deletions
|
@ -88,8 +88,8 @@ highlight link ClassName Identifier
|
|||
execute "highlight ClassName ctermfg=4 guifg=".yellow
|
||||
|
||||
" Just some special color, why not?
|
||||
syn match print " System.out."
|
||||
execute "highlight print ctermfg=4 guifg=".yellow
|
||||
" syn match print " System.out."
|
||||
" execute "highlight print ctermfg=4 guifg=".yellow
|
||||
|
||||
"objects (ex: String)
|
||||
execute "highlight Constant ctermfg=4 guifg=".yellow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue