File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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;; !! () => {};
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[
225225 )
226226)
227227
228+ ;; !! void foo() {}
228229[
229230 (invocation_expression)
230231 (object_creation_expression)
You can’t perform that action at this time.
0 commit comments