Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Simple LanguageNew to Visual Studio Code? Get it now.
Simple Language

Simple Language

Click & Code

|
19 installs
| (0) | Free
Support for editing Simple Langauge Files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Simple Language

Simple language support for Visual Studio Code.

What is the Simple Language?

A general purpose markup langauge that is easy to learn and use.

It's rules are:

  1. Whitespace is used to separate words.
  2. Words can contain white space if wrapped in double quotes.
  3. Empty words are represented by a single dash.
  4. Lines with only one word on them are the start of elements.
  5. Lines with more than one word on them are attributes.
  6. Indentation is how you make children elements or attributes.
  7. Comments can be at the end of lines

Example

Example
    Name example
    Description "This is an Example"
    Footer
        Copyright 2024
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft