etrunko pushed a commit to branch master.

commit f17bf923d4bbb71b41fe771fc38619a3ab4b00cb
Author: Eduardo Lima (Etrunko) <[email protected]>
Date:   Tue May 28 19:11:15 2013 -0300

    edc.vim: Add 'file' as keyword
    
    It is a valid keyword used in a 'data' block
    
    Signed-off-by: Eduardo Lima (Etrunko) <[email protected]>
---
 data/edje/edc.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/edje/edc.vim b/data/edje/edc.vim
index eb13d2c..d22c428 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

-- 

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1

Reply via email to