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
Can do so by having text-based implementation accept a list of text ranges. Then we could have the parse tree implementation proceed as follows when the cursor is in a string or comment:
walk up the tree, each time first trying all descendant strings before trying parse tree
The text was updated successfully, but these errors were encountered:
Can do so by having text-based implementation accept a list of text ranges. Then we could have the parse tree implementation proceed as follows when the cursor is in a string or comment:
The text was updated successfully, but these errors were encountered: