syntax/edc: recognize select and cursor modes

Labels and constants
This commit is contained in:
Bruno Dilly 2016-11-04 13:26:30 -02:00
parent 8a6682cb49
commit 0d3d9df2a6
1 changed files with 2 additions and 0 deletions

View File

@ -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