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
Currently we have two implementations of parsers and lexers - the legacy in `vimscript-core` and new one (wip) inside `parser` and `syntax` crates.
This milestone tracks moving all the logic to the new implementations and deprecating (removing) the old implementation.