mirror of https://github.com/Wilfred/difftastic/
97 lines
2.5 KiB
Plaintext
97 lines
2.5 KiB
Plaintext
(script
|
|
(expression_statement
|
|
(xhp_expression
|
|
(xhp_open_close
|
|
(xhp_identifier)
|
|
(xhp_attribute
|
|
(xhp_identifier)
|
|
(braced_expression
|
|
(call_expression
|
|
function: (qualified_identifier
|
|
(identifier))
|
|
(arguments
|
|
(argument
|
|
(string)))))))))
|
|
(expression_statement
|
|
(xhp_expression
|
|
(xhp_open
|
|
(xhp_identifier)
|
|
(xhp_attribute
|
|
(xhp_identifier)
|
|
(braced_expression
|
|
(call_expression
|
|
function: (qualified_identifier
|
|
(identifier))
|
|
(arguments
|
|
(argument
|
|
(string)))))))
|
|
(xhp_string)
|
|
(xhp_close
|
|
(xhp_identifier))))
|
|
(expression_statement
|
|
(xhp_expression
|
|
(xhp_open_close
|
|
(xhp_identifier)
|
|
(xhp_attribute
|
|
(xhp_identifier)
|
|
(string))
|
|
(xhp_attribute
|
|
(xhp_identifier)
|
|
(braced_expression
|
|
(true)))
|
|
(xhp_attribute
|
|
(xhp_identifier)
|
|
(braced_expression
|
|
(integer)))
|
|
(xhp_attribute
|
|
(xhp_identifier)
|
|
(braced_expression
|
|
(array
|
|
(array_type)
|
|
(integer)
|
|
(integer)
|
|
(integer))))
|
|
(xhp_attribute
|
|
(xhp_identifier)
|
|
(braced_expression
|
|
(new_expression
|
|
(qualified_identifier
|
|
(identifier))
|
|
(arguments))))
|
|
(xhp_attribute
|
|
(xhp_identifier)
|
|
(braced_expression
|
|
(string)))
|
|
(xhp_attribute
|
|
(xhp_identifier)
|
|
(braced_expression
|
|
(float)))
|
|
(xhp_attribute
|
|
(xhp_identifier)
|
|
(braced_expression
|
|
(collection
|
|
(qualified_identifier
|
|
(identifier))
|
|
(string)
|
|
(string)
|
|
(string))))
|
|
(xhp_attribute
|
|
(xhp_identifier)
|
|
(braced_expression
|
|
(collection
|
|
(qualified_identifier
|
|
(identifier))
|
|
(element_initializer
|
|
(string)
|
|
(string)))))
|
|
(xhp_attribute
|
|
(xhp_identifier)
|
|
(braced_expression
|
|
(shape
|
|
(field_initializer
|
|
(string)
|
|
(string))
|
|
(field_initializer
|
|
(string)
|
|
(string)))))))))
|