You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
ftdetect | 2 weeks ago | |
ftplugin | 3 months ago | |
indent | 4 years ago | |
syntax | 3 months ago | |
LICENSE | 8 years ago | |
README.md | 4 years ago |
README.md
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
- Felix Althaus (https://github.com/cumuru)
- Frederik Vosberg (https://github.com/fvosberg)
- Sascha Marcel Schmidt (https://github.com/torvitas)
- Daniel Siepmann (https://github.com/DanielSiepmann)
Thank you for contributions.