TypoScript - TYPO3 Languages Syntax Highlight provides syntax highlighting for TypoScript & TSConfig.
TypoScript - TYPO3 Languages Syntax Highlight currently supports the following Languages:
- .typoscript
- .tsconfig
- Thanks very much to Teddytrombone for the typoscript tree-sitter!
- Thansk to Panic Inc. for the compile_parser.sh and Makefile
Clone the tree-sitter form teddytrombone into another directory which is not in the extension
$ git clone git@github.com:Teddytrombone/tree-sitter-typoscript.git
copy the Makefile
into the /tree-sitter-typoscript
and
$ tree-sitter generate
To be written...