Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions languages/swift/outline.scm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
) @item

(class_declaration
(modifiers)?
declaration_kind: (
[
"actor"
Expand All @@ -19,8 +20,8 @@
.
_ * @name
.
body: (_)
) @item
body: (_) @item
)

(init_declaration
name: "init" @name
Expand Down