Skip to content

Commit ff0e3ba

Browse files
Cleanup
1 parent 1bf09e8 commit ff0e3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queries/ruby.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
;; Generated by the following command:
1919
;; > curl https://raw.githubusercontent.com/tree-sitter/tree-sitter-ruby/1ebfdb288842dae5a9233e2509a135949023dd82/src/node-types.json \
20-
;; | jq '[.[] | select(.type == _expression or .type == _arg or .type == _primary or .type == _lhs or .type == _simple_numeric or .type == _variable or .type == _nonlocal_variable) | .subtypes[].type | select(startswith(_) | not)] | sort | unique'
20+
;; | jq '[.[] | select(.type == _expression or .type == _arg or .type == _primary or .type == _lhs or .type == _simple_numeric or .type == _variable or .type == _nonlocal_variable) | .subtypes[].type | select(startswith(_) | not)] | sort | unique'
2121
(
2222
(_
2323
[

0 commit comments

Comments
 (0)