tree-sitter-rescript
tree-sitter-rescript copied to clipboard
All comment nodes are not being found
// 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.