Explorar o código

updated java syntax file

Chris %!s(int64=5) %!d(string=hai) anos
pai
achega
407efb70a1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      syntax/java.vim

+ 2 - 2
syntax/java.vim

@@ -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