Skip to content

Syntax highlighting for the unbeatable vim text editor

License

Notifications You must be signed in to change notification settings

cumuru/vim.typoscript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Syntax highlighting for the unbeatable vim text editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%