bdilly pushed a commit to branch master.

http://git.enlightenment.org/editors/vim-configs.git/commit/?id=0d3d9df2a6060d82dfdbd5a85ce13f42f9df13ea

commit 0d3d9df2a6060d82dfdbd5a85ce13f42f9df13ea
Author: Bruno Dilly <[email protected]>
Date:   Fri Nov 4 13:26:30 2016 -0200

    syntax/edc: recognize select and cursor modes
    
    Labels and constants
---
 syntax/edc.vim | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/syntax/edc.vim b/syntax/edc.vim
index 646ba05..ec99cc0 100644
--- a/syntax/edc.vim
+++ b/syntax/edc.vim
@@ -51,6 +51,7 @@ syn keyword   edcLabel        int double string external 
script_only contained
 syn keyword    edcLabel        insert_before insert_after contained
 syn keyword    edcLabel        script_recursion contained
 syn keyword    edcLabel        limit broadcast_signal targets target_group 
groups size_range contained
+syn keyword    edcLabel        select_mode cursor_mode repch
 " LazEDC synonyms
 syn keyword    edcLabel        before after ignore pointer alt_font clip  
contained
 
@@ -76,6 +77,7 @@ syn keyword   edcConstant     EDITABLE PASSWORD "default"
 syn keyword    edcConstant     DEFAULT EXPLICIT PLAY_SAMPLE
 syn keyword    edcConstant     SOLID
 syn keyword    edcConstant     WIDTH HEIGHT
+syn keyword    edcConstant     BEFORE UNDER
 
 syn keyword    edcTodo         contained TODO FIXME XXX
 

-- 


Reply via email to