Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Keisa syntaxesNew to Visual Studio Code? Get it now.
Keisa syntaxes

Keisa syntaxes

keisa

|
1 install
| (0) | Free
Lightweight documentation format with clean syntax
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Keisa Syntax Documentation

A lightweight documentation format with clean syntax highlighting.


Syntax Elements

1. Headings

# Heading 1  
## Heading 2  
### Heading 3  
  • Start with #
  • Allowed any length!

2. Lists / Parameters

- List item  
- Another item  
  • Start with -

3. Comments / Quotes

> This is a comment  
> Can span multiple lines  
  • Start with >

4. Text Formatting

*bold text*  
`italic text`  
  • *text* → Bold
  • `text` → Italic

5. Variable Declarations

$ type name  
$ int counter  
$ string username  
  • Structure: $ type name
  • Used to document data structures

6. Labels

main:  
config:  
  • Format: label:
  • Used to group related content

7. Numeric Literals

42          (decimal)  
0b1010      (binary)  
0o755       (octal)  
0xFF        (hex)  
3.14        (float)  

8. Plain Text

Any text not matching other rules.


Why "Keisa"?

The name comes from Japanese 「軽さ」 (lightness), reflecting:

  • Minimalist syntax
  • Easy-to-read formatting
  • Lightweight parsing

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