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 2fef61ee..2832dfe0 100644
--- a/syntax/qml.vim
+++ b/syntax/qml.vim
@@ -59,7 +59,7 @@ syn keyword qmlLabel case default
syn keyword qmlException try catch finally throw
syn keyword qmlMessage alert confirm prompt status
syn keyword qmlGlobal self
-syn keyword qmlDeclaration property signal
+syn keyword qmlDeclaration property signal readonly
syn keyword qmlReserved abstract boolean byte char class const debugger enum export extends final float goto implements import interface long native package pragma private protected public short static super synchronized throws transient volatile
if get(g:, 'qml_fold', 0)