Skip to content

UniversalShading/vscode-ext

Repository files navigation

Universal Shading Language (USL) - WIP

VS Code extension for Universal Shading Language with comprehensive syntax highlighting, IntelliSense, and language support.

The compiler still is in WIP, for more information see https://github.com/UniversalShading

Syntax Highlighting Example

Features

  • Syntax Highlighting
  • IntelliSense Auto-completion
  • more as TODO

Font Ligatures (Optional)

For a better experience with operators like ->, enable font ligatures:

  1. Install a font with ligature support (e.g., Fira Code, JetBrains Mono)
  2. Add to your VS Code settings.json:
    {
      "editor.fontFamily": "Fira Code",
      "editor.fontLigatures": true
    }

Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published