浏览代码

updated java syntax file

Chris 5 年之前
父节点
当前提交
407efb70a1
共有 1 个文件被更改,包括 2 次插入2 次删除
  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