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 35104ab commit 424fd0cCopy full SHA for 424fd0c
data/fixtures/recorded/languages/go/chuckBranch.yml
@@ -17,7 +17,7 @@ initialState:
17
active: {line: 0, character: 0}
18
marks: {}
19
finalState:
20
- documentContents: "else if y {\n\ty++\n} else {\n\tx--\n}"
+ documentContents: "if y {\n\ty++\n} else {\n\tx--\n}"
21
selections:
22
- anchor: {line: 0, character: 0}
23
queries/go.scm
@@ -360,15 +360,6 @@
360
result: (_) @type
361
) @_.domain
362
363
-;;!! if true {}
364
-(
365
- (_
366
- condition: (_) @condition
367
- ) @_.domain
368
- (#not-type? @condition parenthesized_expression)
369
- (#not-type? @_.domain for_clause if_statement)
370
-)
371
-
372
;;!! if (true) {}
373
(
374
(_
0 commit comments