Eo: Fix events region.

This commit is contained in:
Tom Hacohen 2014-07-31 10:39:44 +01:00
parent 3d70f952ae
commit 9ca9791fe3
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ syn match eoOctalError display contained "0\o*[89]\d*"
syn case match
" Events region
syn region eoEventsRegion start="\<events\_s*{" end="}" transparent
syn region eoEventsRegion start="events\s*{" end="}" transparent
syn match eoEvents "^\s*\w\+\(;\|:\|\s\)" contained containedin=eoEventsRegion contains=eoEvent
syn match eoEvent "\w\+" contained