Vim Plugin to provide Syntax TypoScript (TYPO3 related)
Go to file
Daniel Siepmann 12b2ad4a25
Remove old legacy file type extensions
Those conflict with others like TypeScript anyway and should not be used
anymore.
typoscript and tsconfig are the official ones to use.
2022-06-13 15:07:21 +02:00
ftdetect Remove old legacy file type extensions 2022-06-13 15:07:21 +02:00
ftplugin feat: Add rules for indentation 2022-03-23 17:37:51 +01:00
indent FEATURE: Add indentation configuration 2018-10-14 09:35:38 +02:00
syntax feat: Highlight all operator 2022-03-23 17:37:53 +01:00
LICENSE MIT License 2014-09-25 06:19:40 +02:00
README.md Update README.md 2018-10-06 18:08:11 +02:00

vim.typoscript

Syntax highlighting for the unbeatable vim text editor

Installation

Bundle Installation

  • Patogen: clone into your .vim/bundle/ directory
  • Vundle: not tested yet
  • Neobundle: not tested yet

Oldfashioned

Put the files into the appropriate directories. Not tested yet.

What makes it unique?

Comparism to other vim syntax highlighting for TypoScript:

  • Others: Exessive use of keywords to detect the higlighted items.
  • This: Syntax and grammar analyses to detect the items.

Future improvement: Merge best of both.

Motivation

I have done this, to learn VimScript and vim bundle building.

License

MIT License. See the LICENSE file.

Contributors

Thank you for contributions.