TypoScript configuration language support (TYPO3 CMS) for zed.dev
Find a file
2025-08-26 00:30:28 +02:00
languages/typoscript initial commit 2025-08-26 00:26:54 +02:00
.gitignore initial commit 2025-08-26 00:26:54 +02:00
extension.toml initial commit 2025-08-26 00:26:54 +02:00
LICENSE Create LICENSE 2025-08-26 00:30:28 +02:00
README.md initial commit 2025-08-26 00:26:54 +02:00

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.