From 0d3d9df2a6060d82dfdbd5a85ce13f42f9df13ea Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Fri, 4 Nov 2016 13:26:30 -0200 Subject: [PATCH] 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