summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChunEon Park <chuneon.park@samsung.com>2013-02-23 19:51:43 +0900
committerChunEon Park <chuneon.park@samsung.com>2013-02-23 19:51:43 +0900
commit9c950e4a8d6e57802540b0ff211c9427fc1ff9b5 (patch)
tree3791369d90d0cd77fdc3ac08019b4fe67d23c330
parenta66f1c73f7a26c9664dcb982a87eaf0a97f8dc99 (diff)
downloadefl-9c950e4a8d6e57802540b0ff211c9427fc1ff9b5.tar.gz
edje/edc - add additional vim syntax keyword
-rw-r--r--data/edje/vim/syntax/edc.vim5
1 files changed, 4 insertions, 1 deletions
diff --git a/data/edje/vim/syntax/edc.vim b/data/edje/vim/syntax/edc.vim
index e21c01810d..61da981d67 100644
--- a/data/edje/vim/syntax/edc.vim
+++ b/data/edje/vim/syntax/edc.vim
@@ -41,7 +41,7 @@ syn keyword edcLabel padding prefer weight aspect_mode contained
syn keyword edcLabel options layout position span contained
syn keyword edcLabel homogeneous contained
syn keyword edcLabel on perspective light perspective_on contained
-syn keyword edcLabel backface_cull alpha center focus zplane contained
+syn keyword edcLabel backface_cull alpha center focus zplane focal contained
syn keyword edcLabel int double string external script_only contained
syn keyword edcConstant COMP RAW LOSSY NONE ON_HOLD AUTOGRAB NOGRAB
@@ -52,6 +52,9 @@ syn keyword edcConstant GLOW FAR_SHADOW FAR_SOFT_SHADOW
syn keyword edcConstant STATE_SET ACTION_STOP SIGNAL_EMIT FOCUS_SET
syn keyword edcConstant DRAG_VAL_SET DRAG_VAL_STEP DRAG_VAL_PAGE
syn keyword edcConstant LINEAR SINUSOIDAL ACCELERATE DECELERATE
+syn keyword edcConstant LIN DECEL DIVIS BOUNCE SPRING
+syn keyword edcConstant ACCEL_FAC DECEL_FAC SIN_FAC DIVISOR_INTERP
+syn keyword edcConstant ACCELERATE_FACTOR DECELERATE_FACTOR
syn keyword edcConstant VERTICAL HORIZONTAL BOTH BOX TABLE
syn keyword edcConstant EDITABLE PASSWORD "default"