(Newspeak language) support for Visual Studio Code, based on the Smalltalk extention that can be found on (GitHub)
Based on Tomás D'Stefano tmLanguage (available here), this extension will provide you basic support for Smalltalk language :
- syntax highlighting
- a few snippets
- Within Visual Studio Code, open the command palette (Ctrl+Shift+P / Cmd+Shift+P)
- Select Install Extension and search for 'smalltalk' or run ext install smalltalk
Syntax highlighting is better supported under some color themes (Monokai for instance compared to Dark and Dark+).
Initial release for the Newspeak language.
Initial release. Snippets for ifTrue and ifFalse statements.
MIT, please see License for more information.