You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike most other languages in tree-sitter, java doesn't actually have any tokens for quotation marks. We're mostly able to work around this fact using some hacks, but the following case was a challeng to implement, so we're punting for now:
Unlike most other languages in tree-sitter, java doesn't actually have any tokens for quotation marks. We're mostly able to work around this fact using some hacks, but the following case was a challeng to implement, so we're punting for now:
We should probably look for all descendants of type
string
and then yield their first and last characters as quotes.The text was updated successfully, but these errors were encountered: