2014-09-24 20:41:11 +02:00
|
|
|
vim.typoscript
|
|
|
|
==============
|
|
|
|
|
|
|
|
Syntax highlighting for the unbeatable vim text editor
|
2014-09-25 06:42:28 +02:00
|
|
|
|
|
|
|
Installation
|
|
|
|
============
|
|
|
|
|
|
|
|
Bundle Installation
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
* Patogen: clone into your *.vim/bundle/* directory
|
|
|
|
* Vundle: not tested yet
|
|
|
|
* Neobundle: not tested yet
|
|
|
|
|
|
|
|
Oldfashioned
|
|
|
|
------------
|
|
|
|
|
2014-09-25 06:54:47 +02:00
|
|
|
Put the files into the appropriate directories. Not tested yet.
|
2014-09-25 06:42:28 +02:00
|
|
|
|
|
|
|
What makes it unique?
|
|
|
|
=====================
|
|
|
|
|
|
|
|
Comparism to other vim syntax highlighting for TypoScript:
|
|
|
|
|
2014-09-25 06:52:00 +02:00
|
|
|
* **Others**: Exessive use of *keywords* to detect the higlighted items.
|
2016-05-01 10:07:15 +02:00
|
|
|
* **This**: *Syntax* and *grammar* analyses to detect the items.
|
2014-09-25 06:42:28 +02:00
|
|
|
|
2016-05-01 10:07:15 +02:00
|
|
|
Future improvement: Merge best of both.
|
2014-09-25 06:42:28 +02:00
|
|
|
|
|
|
|
Motivation
|
|
|
|
==========
|
|
|
|
|
|
|
|
I have done this, to learn VimScript and vim bundle building.
|
|
|
|
|
|
|
|
License
|
|
|
|
=======
|
|
|
|
|
|
|
|
MIT License. See the LICENSE file.
|
|
|
|
|
2016-05-01 10:07:15 +02:00
|
|
|
Contributors
|
|
|
|
============
|
|
|
|
|
|
|
|
* Felix Althaus (https://github.com/cumuru)
|
|
|
|
* Frederik Vosberg (https://github.com/fvosberg)
|
|
|
|
* Sascha Marcel Schmidt (https://github.com/torvitas)
|
2018-10-06 18:08:11 +02:00
|
|
|
* Daniel Siepmann (https://github.com/DanielSiepmann)
|
2016-05-01 10:07:15 +02:00
|
|
|
|
|
|
|
Thank you for contributions.
|
|
|
|
|