Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>lqf Configuration LanguageNew to Visual Studio Code? Get it now.
lqf Configuration Language

lqf Configuration Language

Smit Patil

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

vscode-lqf

Features

This Visual Studio Code extension provides syntax highlighting support for .lqf (Lightweight Quick Format) files

Example .lqf file

# This is a comment
# LQF format made by smit4k

> server
host >> "localhost"
port >> 8080
use_ssl >> true

> database
engine >> "postgres"
host >> "db.internal"
port >> 5432
username >> "admin"
password >> "s3cr3t"
max_connections >> 20

> features
enabled >> ["search", "analytics", "dark_mode"]
beta >> false
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft