We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891c3be commit 169038bCopy full SHA for 169038b
queries/typescript/scopeTypes.scm
@@ -39,9 +39,10 @@
39
(pair
40
key: (_) @key
41
.
42
- ":" @key.delimiter.trailing)
43
- @key.searchScope)
44
- @key.iterationScope)
+ ":" @key.delimiter.trailing
+ ) @key.searchScope
+ ) @key.iterationScope
45
+)
46
47
; We could also try setting an attribute. This approach is likely how we'd
48
; handle comma-separated lists, because they'd be a bit painful to define as
@@ -51,6 +52,6 @@
51
52
53
54
(#set! "delimiter" ":")
- )
55
56
57
0 commit comments