diff options
author | Eduardo Lima (Etrunko) <eduardo.lima@intel.com> | 2013-05-28 19:11:15 -0300 |
---|---|---|
committer | Eduardo Lima (Etrunko) <eduardo.lima@intel.com> | 2013-05-28 19:11:15 -0300 |
commit | f17bf923d4bbb71b41fe771fc38619a3ab4b00cb (patch) | |
tree | 8494e6642279b72d089124ae0ae07db614da67ef /data | |
parent | c03c6bd12cf8fe90186873c379524263fd8f59a7 (diff) |
edc.vim: Add 'file' as keyword
It is a valid keyword used in a 'data' block
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
Diffstat (limited to 'data')
-rw-r--r-- | data/edje/edc.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/edje/edc.vim b/data/edje/edc.vim index eb13d2c3a..d22c428a3 100644 --- a/data/edje/edc.vim +++ b/data/edje/edc.vim @@ -28,7 +28,7 @@ syn keyword cStructure spectra spectrum box syn keyword cStructure physics movement_freedom faces face world syn match cType "+ + +;" contained -syn keyword cLabel item name min max type effect +syn keyword cLabel item name min max type effect file syn keyword cLabel mouse_events repeat_events clip_to syn keyword cLabel color_class text_class x y confine syn keyword cLabel state visible align step aspect aspect_preference fixed |