This extension provides syntax highlighting support for the Specman language in Visual Studio Code.
- Syntax Highlighting: Enjoy beautiful and accurate syntax highlighting for Specman files in Visual Studio Code.
- Code Navigation: Quickly navigate through your code with improved readability and highlighting of different language constructs.
- Comments Formatting: Easily format your comments for better code readability and organization.
- Launch Visual Studio Code.
- Go to the Extensions view by clicking on the square icon on the left sidebar or pressing
Ctrl+Shift+X
. - Search for "Specman Syntax Highlighter" in the Extensions Marketplace.
- Click on the "Install" button to install the extension.
- Once installed, the extension will provide syntax highlighting for
.e
files by default.
- Open a Specman file (
*.e
) in Visual Studio Code. - The extension will automatically detect the file type and apply the syntax highlighting.
- Enjoy the enhanced code readability and navigate through your code more easily.
Contributions are welcome and encouraged! Please follow the guidelines outlined in CONTRIBUTING.md for detailed instructions on how to contribute to this project.
This project is licensed under the MIT License.
- The Specman Syntax Highlighter extension is based on the Specman Grammar for Sublime Text.
- Many thanks to @blutsvente for the fixes to the Sublime Text version and to Yan Sokolovsky for the initial code for Sublime Text
- Other projects that made this project possible:
If you encounter any issues or have suggestions for improvements, please open an issue on GitHub.