summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2020-08-06 22:37:50 -0400
committerChris <[email protected]>2020-08-06 22:37:50 -0400
commit407efb70a1bfe5bc94929c63b8264c0d9c6c6870 (patch)
treed48e0b2c16217233c8bafdb1ef1062ca276d660f
parent79327f6f268d1274be2a9deea8b9147bf3b2b5cb (diff)
updated java syntax file
-rw-r--r--syntax/java.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/syntax/java.vim b/syntax/java.vim
index 8a08493c..bbbd9af2 100644
--- a/syntax/java.vim
+++ b/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