vim-syntax-typoscript/README.md

47 lines
997 B
Markdown
Raw Normal View History

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
------------
Put the files into the appropriate directories. Not testes 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:
2014-09-25 06:49:37 +02:00
* *Others*: Exessive use of *keywords* to detect the higlighted items.
* *This*: *Syntax analyses* by regular experessions to detec the items.
2014-09-25 06:42:28 +02:00
2014-09-25 06:49:37 +02:00
Future improvement: Merge best of both worlds.
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.