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
At the moment the idea is not very feasible as Vim Script has very poor FFI and it cannot bind. Additionally, calling Node.js scripts in the background provides a substantial overhead, which makes it only usable as a debounceable background diagnostic tool and a build tool (#11).
Therefore, neither Ohm from Tact's compiler nor Tree-sitter would or could replace the current RegExp-based logic of the plugin. However, this will: #26
This may help with inference, and thus would remove most of the dirty regex work.
UPD: It should be really done in LSP, then re-used here alongside with the current options (which may then be called "legacy")
The text was updated successfully, but these errors were encountered: