We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
As per the change in test/corpus/basic/comments.txt in #16;
test/corpus/basic/comments.txt
y = 20 /* multi line /* nested */ comment */ z = 30
produces
(classProperty (identifier) (intLiteral)) (blockComment) (classProperty (identifier) (ERROR (identifier)) (intLiteral))
but nested comments should be supported.