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
{{ message }}
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
We currently find the full member expression when you hover on a token. It would be neat if we could highlight the full expression as well.
codeMirror has a good api for getting the tokens on a line. once we have the tokens we can probabably figure out how which elements to add classes to.