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
Basic mode features - should be implementable while maintaining current complexity
Highlighting
Revise current highlighting queries as per emacs conventions. The existing highlighting queries are from the grammar itself (although the grammar was built specifically for NeoVim usage, rather than GitHub usage) so it may be worth writing custom queries.
Auto-formatting - format-all already seems to have support, but it would be nice to centralize. Writing a formatter for reformatter may also be desired.
Rich IDE-like features - will require integration of language server (see rescript-vscode)
Completion
Built-in watcher
Flymake/Flycheck support
[TBC]
The text was updated successfully, but these errors were encountered:
Tasks
The text was updated successfully, but these errors were encountered: