Basic language support for Synergy DBL and Synergy Data Language.
Features
Syntax Highlighting
- Synergy DBL (
.dbl)
- Synergy Data Language (
.sdl)
Language Configuration
Bracket matching, comments, indentation
XML Support
.synproj file recognition
Experimental LSP IntelliSense (SDL only)
GoToDef for Templates (same-file, Windows only)
Install
- Open Extensions (
Ctrl+Shift+X).
- Search for
Synergy DBL.
- Click Install.
The following file extensions are configured by default:
.dbl → Synergy DBL
.sdl → Synergy Data Language
.synproj → XML
To associate additional file extensions with Synergy languages, add the following to your VS Code settings (settings.json):
"files.associations": {
"*.myext": "dbl", // Add ".myext" extension to Synergy DBL
"*.anotherext": "sdl" // Add ".anotherext" to Synergy Data Language
}
Development
Contributions are currently internal-only. We are evaluating opening this project to external contributors in the future.
| |