tree-sitter-rescript icon indicating copy to clipboard operation
tree-sitter-rescript copied to clipboard

All comment nodes are not being found

Open aspeddro opened this issue 3 years ago • 0 comments

// comment 1

// comment 2

// comment 3

// comment 4
(source_file [0, 0] - [7, 0]
  (comment [0, 0] - [0, 12])
  (comment [2, 0] - [7, 0]))

Expected to find four comment node.

aspeddro avatar Sep 19 '22 01:09 aspeddro