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

SlimGym

Eliran Ben-Ishai

|
2 installs
| (0) | Free
Syntax highlighting for SlimGym configuration format (.sg files)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SlimGym for VS Code

Syntax highlighting for SlimGym configuration files (.sg).

Features

  • Syntax highlighting for all SlimGym constructs:

    • Keys and nested objects
    • Strings (single, double, and block strings with """)
    • Numbers, booleans, null, undefined
    • Dates (ISO format)
    • Arrays (inline and multi-line)
    • Comments (#)
    • File imports (@"path")
  • Auto-closing pairs for brackets, quotes, and block strings

  • Comment toggling with Ctrl+/ / Cmd+/

Example

# Application config
app
  name "MyApp"
  port 8080
  debug true

database
  host "localhost"
  credentials @"./secrets.sg"

tags ["api", "production"]

description """
  A multi-line
  description here
"""

Installation

Search for "SlimGym" in the VS Code Extensions panel, or install from the Visual Studio Marketplace.

Related

  • SlimGym npm package — Parse and serialize SlimGym files in JavaScript/TypeScript
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft