diff --git a/languages/swift/outline.scm b/languages/swift/outline.scm index 31fe5d9..9f08618 100644 --- a/languages/swift/outline.scm +++ b/languages/swift/outline.scm @@ -7,6 +7,7 @@ ) @item (class_declaration + (modifiers)? declaration_kind: ( [ "actor" @@ -19,8 +20,8 @@ . _ * @name . - body: (_) -) @item + body: (_) @item +) (init_declaration name: "init" @name