Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>smokerNew to Visual Studio Code? Get it now.
smoker

smoker

thatrandomguy1234

|
35 installs
| (0) | Free
This is syntax highlighting for the programming language, smoker.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SMOKER

Smoker is like linux, windows and mac terminal combined.

Keywords:

  • STRING | defines a string
  • PRINT | prints text
  • LIN | Executes command if on Linux
  • WIN | Executes command if on Windows
  • MAC | Executes command if on Mac
  • GLOBAL | Executes command that works for all OS
  • LLINK | Redirects user to link if on Linux
  • WLINK | Redirects user to link if on Windows
  • MLINK | Redirects user to link if on Mac
  • GLINK | Redirects user to link if on any OS

Codes

  • Print hello PRINT "Hello";

  • LIN LIN "echo I am on Linux";

  • WIN WIN "echo I am on Windows!!";

  • MAC MAC "echo I am on Mac";

  • MLINK MLINK "http://youtube.com";

  • LLINK LLINK "http://roblox.com";

  • WLINK WLINK "http://minecraft.net";

  • GLOBAL GLOBAL "echo I am on computer"; << No matter what machine you are on this command will execute

  • GLINK GLINK "http://code.org"; << No matter what machine you are on this will redirect.

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