A VS Code extension for the SomMark language. It provides features like real-time diagnostics, semantic syntax highlighting, and automatic code formatting.
Features
Semantic Highlighting: Accurate coloring for tags, identifiers, and block content.
Real-time Diagnostics: Shows syntax errors as you type.
Code Formatting: Automatic formatting for your SomMark files using the Format Document command.
Configuration
The extension works automatically without any extra settings.
Requirements
VS Code version 1.104.0 or higher.
Files must end with .smark.
For Developers
To test the extension locally:
Open the editors/vscode folder in VS Code.
Run npm install in your terminal.
Press F5 to start a new window with the extension active.