QmlJS: Fix object literal indent in property initializers.

This commit is contained in:
Christian Kamm
2011-04-21 12:56:37 +02:00
parent b0da6a1e6c
commit 8d4d88f072
4 changed files with 54 additions and 6 deletions

View File

@@ -126,7 +126,8 @@ public: // must be public to make Q_GADGET introspection work
binding_or_objectdefinition, // after an identifier
binding_assignment, // after :
binding_assignment, // after : in a binding
property_initializer, // after : in a property
objectdefinition_open, // after {
expression,