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 8bd068f commit d2a4117Copy full SHA for d2a4117
1 file changed
queries/csharp.scm
@@ -161,16 +161,19 @@
161
)
162
163
164
+;;!! "Hello world"
165
(
166
(string_literal) @string @textFragment
167
(#child-range! @textFragment 0 -1 true true)
168
169
170
+;;!! @"Hello world"
171
172
(verbatim_string_literal) @string @textFragment
173
(#character-range! @textFragment 2 -1)
174
175
176
+;;!! // Hello world
177
(comment) @comment @textFragment
178
179
;;!! () => {};
@@ -196,11 +199,8 @@
196
199
(_) @value
197
200
) @_.domain
198
201
-(
- (return_statement) @_.iteration @value.iteration
- (#document-range! @_.iteration @value.iteration)
202
-)
203
-
+;;!! [Obsolete("Deprecated")]
+;;! ^^^^^^^^^^^^^^^^^^^^^^
204
(attribute) @attribute
205
206
[
@@ -225,6 +225,7 @@
225
226
227
228
+;;!! void foo() {}
229
230
(invocation_expression)
231
(object_creation_expression)
0 commit comments