syntax: eo - add support for event_prefix

This commit is contained in:
Amitesh Singh 2016-05-27 10:30:52 +05:30
parent f113bf03b3
commit aa2bc8535f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ syn keyword eoStructure struct enum var
syn keyword eoTypedef type
syn keyword eoImport import
syn keyword eoClassBodyLabels legacy_prefix eo_prefix data contained
syn keyword eoClassBodyLabels legacy_prefix eo_prefix event_prefix data contained
syn keyword eoClassBodyBlockOpener properties methods events constructors implements contained
syn keyword eoInnerBlockOpener set get keys values params contained