Fix detecting shell filetypes, closes #603

This commit is contained in:
Adam Stankiewicz
2020-10-24 16:34:21 +02:00
parent 0a2f2cc04d
commit 7324528984
4 changed files with 56 additions and 54 deletions

View File

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