Eo: Add rules for (<{.

This commit is contained in:
Tom Hacohen 2014-07-31 07:10:47 +01:00
parent e7f7b682e0
commit ed69821311
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ syn match attributes "@\(inout\|out\|in\|class\|const\|extern\
syn keyword eoTodo contained TODO FIXME XXX
syn cluster eoCommentGroup contains=eoTodo
syn region eoParen start='(' end=')' transparent
syn region eoTypeParen start='<' end='>' transparent
syn region eoBlock start="{" end="}" transparent fold
syn region eo_comment start="\/\*" end="\*\/" contains=@eoCommentGroup
hi def link eoClassBodyCommon Label