Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>SALL langNew to Visual Studio Code? Get it now.
SALL lang

SALL lang

abromage-amohideen

|
690 installs
| (0) | Free
language support for SALL
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

sal README

SALL language extension

Features

  • Syntax highlighting for .SAL language files.
  • snippets to assist development

Release Notes

0.1.0

Initial release of SALL language extension

0.2.0

additonal snippets added

SALL Snippets

Trigger Snippet
sall Boilerplate code
bf Boolean function
sgopen check switchgear open (where indication is comprised of two bits: name**_O** - open bit, name**_C** - close bit)
sgclosed check switchgear closed (where indication is comprised of two bits: name**_O** - open bit, name**_C** - close bit)
sgindete check switchgear indeterminate (where indication is comprised of two bits: name**_O** - open bit, name**_C** - close bit)
sginvalid check switchgear invalid (where indication is comprised of two bits: name**_O** - open bit, name**_C** - close bit)
seton set indication on
setoff set indication off
h2l check for high to low transition
l2h check for low to high transition
outputpulse issue output control of type PULSE
outputtrip issue output control of type TRIP
outputclose issue output control of type CLOSE
airaw retrieve counts of ai
ai= check ai is equal to a value
ai> check ai is greater than a value
ai< check ai is less than a value
ai<= check ai is less than or equal to a value
ai>= check ai is greater than or equal to a value
declaresection comment helper for declarations
sectionname comment helper for code section
subsection comment helper for code subsection

Boilerplate example

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft