summaryrefslogtreecommitdiffstats
path: root/syntax/qml.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/qml.vim')
-rw-r--r--syntax/qml.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/qml.vim b/syntax/qml.vim
index 268c9f8e..15f1d255 100644
--- a/syntax/qml.vim
+++ b/syntax/qml.vim
@@ -54,7 +54,7 @@ syn keyword qmlRepeat while for do in
syn keyword qmlBranch break continue
syn keyword qmlOperator new delete instanceof typeof
syn keyword qmlJsType Array Boolean Date Function Number Object String RegExp
-syn keyword qmlType action alias bool color date double enumeration font int list point real rect size string time url variant vector3d
+syn keyword qmlType action alias bool color date double enumeration font int list point real rect size string time url variant vector2d vector3d vector4d
syn keyword qmlStatement return with
syn keyword qmlBoolean true false
syn keyword qmlNull null undefined