TypoScript configuration language support (TYPO3 CMS) for zed.dev
| languages/typoscript | ||
| .gitignore | ||
| extension.toml | ||
| LICENSE | ||
| README.md | ||
TypoScript Support for Zed
This extension provides syntax highlighting for the TypoScript configuration language used by TYPO3 CMS.
Warning
Syntax not yet fully supported.
Installation
This extension has not yet been released to the Zed extension registry. It can be installed locally as a dev extension as explained here.
TL:DR
- checkout code to some repository
- action:
zed: install dev extension - select repository when prompted for path
Acknowledgements
Important
I did not build the Tree Sitter grammar for TypoScript myself, all I did was package the previous work (grammar definition and syntax highlighting) found at https://github.com/Teddytrombone/tree-sitter-typoscript (MIT License) to be used by Zed while working on my own TYPO3 CMS projects. All credit for the original work goes to the contributors of that repository.