From 73245289847c4e806e9bc20b7382f2a46eb9337c Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 24 Oct 2020 16:34:21 +0200 Subject: Fix detecting shell filetypes, closes #603 --- syntax/qml.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax') 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 -- cgit v1.2.3