Skip to content

Commit d2a4117

Browse files
Clean up
1 parent 8bd068f commit d2a4117

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

queries/csharp.scm

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,16 +161,19 @@
161161
)
162162
)
163163

164+
;;!! "Hello world"
164165
(
165166
(string_literal) @string @textFragment
166167
(#child-range! @textFragment 0 -1 true true)
167168
)
168169

170+
;;!! @"Hello world"
169171
(
170172
(verbatim_string_literal) @string @textFragment
171173
(#character-range! @textFragment 2 -1)
172174
)
173175

176+
;;!! // Hello world
174177
(comment) @comment @textFragment
175178

176179
;;!! () => {};
@@ -196,11 +199,8 @@
196199
(_) @value
197200
) @_.domain
198201

199-
(
200-
(return_statement) @_.iteration @value.iteration
201-
(#document-range! @_.iteration @value.iteration)
202-
)
203-
202+
;;!! [Obsolete("Deprecated")]
203+
;;! ^^^^^^^^^^^^^^^^^^^^^^
204204
(attribute) @attribute
205205

206206
[
@@ -225,6 +225,7 @@
225225
)
226226
)
227227

228+
;;!! void foo() {}
228229
[
229230
(invocation_expression)
230231
(object_creation_expression)

0 commit comments

Comments
 (0)