dot_vim
This commit is contained in:
parent
f0510126ba
commit
7a7c647c22
212 changed files with 30625 additions and 30625 deletions
9
dot_vim/syntax/java.vim
Normal file
9
dot_vim/syntax/java.vim
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
" Highlight Class and Function names
|
||||
syn match javaCustomParen "(" contains=javaParenT
|
||||
syn match javaCustomFunc "\w\+\s*(" contains=javaCustomParen
|
||||
syn match javaCustomScope "::"
|
||||
syn match javaCustomClass "\w\+\s*::" contains=cCustomScope
|
||||
|
||||
hi def link javaCustomFunc Function
|
||||
hi def link javaCustomClass Function
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue