/TYPO3languages

Nova Syntax support for the TYPO3 languages TypoScript and tsconfig

Primary LanguageMakefileMIT LicenseMIT

TypoScript - TYPO3 Languages Syntax Highlight provides syntax highlighting for TypoScript & TSConfig.

Language Support

TypoScript - TYPO3 Languages Syntax Highlight currently supports the following Languages:

  • .typoscript
  • .tsconfig

Acknowledgement

  • Thanks very much to Teddytrombone for the typoscript tree-sitter!
  • Thansk to Panic Inc. for the compile_parser.sh and Makefile

Compile for yourself

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...