Vim Plugin to provide Syntax TypoScript (TYPO3 related)
Go to file
Felix Althaus 75ef3a1891 FIX: Block comments have to be the first non-space on their line
Two issues were fixed to make block comments comply with https://docs.typo3.org/typo3cms/TyposcriptSyntaxReference/Syntax/TypoScriptSyntax/Index.html#syntax-comment-blocks:

* Block comment opening and closing sequence must be first non-space on it‘s line
* Any characters after the closing sequence is part of the comment, ignored by typoscript parser
2016-04-30 20:55:12 +02:00
ftdetect [BUGFIX] detect static typoscript in directories starting with a capital S 2016-03-08 12:04:52 +01:00
syntax FIX: Block comments have to be the first non-space on their line 2016-04-30 20:55:12 +02:00
LICENSE MIT License 2014-09-25 06:19:40 +02:00
README.md Fixing more README typos 2014-09-25 06:54:47 +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.

Your Experiance

Please report, if you sucessfully used one of the untested installation methodes. Even better, clone the repo, update this file, add others as needed, send a pull request.

What makes it unique?

Comparism to other vim syntax highlighting for TypoScript:

  • Others: Exessive use of keywords to detect the higlighted items.
  • This: Syntax analyses by use regular experessions to detect the items.

Future improvement: Merge best of both worlds.

Motivation

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

License

MIT License. See the LICENSE file.