Indentation fixes
1 files changed, 2 insertions(+), 1 deletions(-)

M perl-ts-mode.el
M perl-ts-mode.el +2 -1
@@ 183,9 183,10 @@ Argument STR is either a string, or a li
 	     (treesit-node-prev-sibling node t)))
       prev-sibling 0)
 
-     ((parent-is "list_expression") parent 0)
+     ((parent-is "list_expression\\|anonymous_hash_expression") parent 0)
 
      ((node-is "}") standalone-parent 0)
+     ((node-is ")") standalone-parent 2)
 
      ;; Don't indent.
      ((parent-is "heredoc_content") (lambda (_ _ bol) bol) 0)