Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.05 KB

Newspeak

(Newspeak language) support for Visual Studio Code, based on the Smalltalk extention that can be found on (GitHub)

Features

Based on Tomás D'Stefano tmLanguage (available here), this extension will provide you basic support for Smalltalk language :

  • syntax highlighting
  • a few snippets

Install

  1. Within Visual Studio Code, open the command palette (Ctrl+Shift+P / Cmd+Shift+P)
  2. Select Install Extension and search for 'smalltalk' or run ext install smalltalk

Known Issues

Syntax highlighting is better supported under some color themes (Monokai for instance compared to Dark and Dark+).

Release Notes

0.1.0

Initial release for the Newspeak language.

0.0.1

Initial release. Snippets for ifTrue and ifFalse statements.

License

MIT, please see License for more information.