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
Most of it is based on the rust grammar, but it can easily be extended to support the language. As the syntax is diverging from rust it seemed like a good idea.
As its very experimental I have not made a release to the marketplace yet. If you wan't to use it I suggest you clone this project and put a link to the folder in your $user/.vscode/extensions/ folder.
The text was updated successfully, but these errors were encountered:
It should be improved to be more generic as its a bit fixated at certain rules at the moment. But this should make it easier to write .ok programs for now. VS Code provides a fairly good documentation and yeoman templates to set up language support. Would be cool to eventually move stuff to an actual language server to provide code completion.
I created a barebones VS Code extension implementing syntax highlighting support at https://github.com/kevinramharak/oak-syntax-highlighting.
Most of it is based on the rust grammar, but it can easily be extended to support the language. As the syntax is diverging from rust it seemed like a good idea.
As its very experimental I have not made a release to the marketplace yet. If you wan't to use it I suggest you clone this project and put a link to the folder in your
$user/.vscode/extensions/
folder.The text was updated successfully, but these errors were encountered: