Add java.vim -- method calls
git-svn-id: http://photonzero.com/dotfiles/trunk@111 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
44c43bacdf
commit
97f8532e3d
1 changed files with 9 additions and 0 deletions
9
.vim/syntax/java.vim
Normal file
9
.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