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
For just about every other editor: #448 and a tree-sitter grammar should be enough. aMOPel and alaviss did heavy lifting on grammars for Nim which should be drop-in / easily adaptable.
alaviss's version is a complete, more idiomatic grammar: but they're running into some issues with the size of the generated parser (and presumably memory issues from there).
Many people use VSCode or the like. At present most can make do with the Saem's Nim extension for Nimskull. Things are starting to diverge, however.
Roughly what needs to happen:
cyo
and whatever other file extensions/tools are requiredThen the it can evolve over time.
The text was updated successfully, but these errors were encountered: