Overview Version History Q & A Rating & Review
TypoScript Highlighting
Welcome to the TypoScript Highlighting extension for Visual Studio Code! This extension provides syntax highlighting specifically designed for TypoScript files, a configuration language used in TYPO3 CMS. Enhance your coding experience with better readability and clear structure.
Table of Contents
Features
Syntax-Highlighting für .typoscript
und .tsconfig
Übersichtliche Trennung von Variablen, Pfaden, Operatoren und Kommentaren
Unterstützung für zusätzliche Konstrukte wie @import
und verschachtelte Konfigurationen
Leichtgewichtig und schnell – kein unnötiger Overhead
Installation
Open Visual Studio Code.
Navigate to the Extensions Marketplace (Ctrl+Shift+X
).
Search for "TypoScript Highlighting ".
Click Install .
Manual Installation
1. Build vscode package .vsix
file
npx @vscode/vsce package
2. Install created .vsix
file
vscodium --install-extension typoscript-highlighting-*.vsix
How to Use
Open any file with the .typoscript
or .tsconfig
extension.
Syntax highlighting will be automatically applied.
Enjoy a cleaner and more structured view of your TypoScript code.
Screenshots
Example of Syntax Highlighting:
Contributing
We welcome contributions to improve this extension! To contribute:
Fork the repository on GitHub.
Clone the forked repository.
Make your changes and create a pull request .
Feedback and Support
If you encounter any issues or have suggestions for improvements, please create an issue on GitHub .
License
This project is licensed under the MIT License .