diff --git a/syntaxes/qml.tmLanguage b/syntaxes/qml.tmLanguage
index 3a174ec..fca9dda 100644
--- a/syntaxes/qml.tmLanguage
+++ b/syntaxes/qml.tmLanguage
@@ -305,8 +305,20 @@
variable.parameter
- include
- source.js
+ comment
+ Double quoted strings
+ match
+ "([^"\\]*(\\.[^"\\]*)*)"|\'([^\'\\]*(\\.[^\'\\]*)*)\'
+ name
+ string.quoted.double.qml
+
+
+ comment
+ Poor man's implementation of number literals
+ match
+ \d*\.?\d+
+ name
+ constant.numeric.decimal.qml
scopeName