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
Many themes, including OneDark proposed in #33 contain highlighting of variables. We can find variables by assignment, val or other keyword preceding the declaration, or lack of braces after usage.
The text was updated successfully, but these errors were encountered:
This can be easy to implement only when basing on these keywords for a given language. It would be great to have that so I will focus after Bugfixes. Thanks!
Many themes, including OneDark proposed in #33 contain highlighting of variables. We can find variables by assignment,
val
or other keyword preceding the declaration, or lack of braces after usage.The text was updated successfully, but these errors were encountered: