Skip to content

deldrid1/VSCode-nut-support

Repository files navigation

VSCode-Squirrel-Support

This Extension adds support for the Squirrel Programming Language (specifically Electric Imp flavored Squirrel) and its associated .nut files.

From the author of Squirrel:

"Squirrel is a high level imperative, object-oriented programming language, designed to be a light-weight scripting language that fits in the size, memory bandwidth, and real-time requirements of applications like video games" (or in Electric Imp's case, embedded ARM microcontrollers).

Snippets

  • class - class definition
  • constr - constructor definition
  • for - for (initialize; max; evaluate) { }
  • foreach - foreach (element in collection)
  • func - function name(args) { }
  • if - if (statement) { }
  • l - local variable
  • The Complete imp API - Up to date as of Nov 7, 2016 (impOS Release 34)

Contributions

About

.nut Squirrel syntax highlighting for VSCode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published