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
The treesit-implementation chokes on keywords and symbols.
This is probably because keywords and symbols have named child nodes
that the transpose algorithm picks up.
The default implementation works better so we can use that for now.
See issue #17
0 commit comments