Skip to content

Commit 169038b

Browse files
committed
Tweak formatting
1 parent 891c3be commit 169038b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

queries/typescript/scopeTypes.scm

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@
3939
(pair
4040
key: (_) @key
4141
.
42-
":" @key.delimiter.trailing)
43-
@key.searchScope)
44-
@key.iterationScope)
42+
":" @key.delimiter.trailing
43+
) @key.searchScope
44+
) @key.iterationScope
45+
)
4546

4647
; We could also try setting an attribute. This approach is likely how we'd
4748
; handle comma-separated lists, because they'd be a bit painful to define as
@@ -51,6 +52,6 @@
5152
(pair
5253
key: (_) @key
5354
(#set! "delimiter" ":")
54-
)
55-
@key.searchScope)
56-
@key.iterationScope)
55+
) @key.searchScope
56+
) @key.iterationScope
57+
)

0 commit comments

Comments
 (0)