Vim Syntax File for Google Code Wiki : Vim Syntax File for Google Code Wiki
| script karma |
Rating 1/1,
Downloaded by 32 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Silas Silva |
| |
| script type |
| syntax |
| |
| description |
This is a syntax file for Google Code Wiki, supporting highlighting of main features of Google Code Wiki, like:
* Formating (bold, emphasis etc.)
* Code text
* Block links
* Google Code Wiki pragmas
* Titles
* Folding between sections and in code block
Besides syntax and folding features, it has a powerful function for the formatexpr option. Just :set formatexpr=googlecodewiki#FormatExpr() and you will be able to format your texts without breaking link blocks or quote blocks. This features can be turned off with global variables.
You might want to follow its development on its Google Code page: http://code.google.com/p/vimgcwsyntax/ |
| |
| install details |
Just put it in your syntax directory. In you .vimrc, include the following line to associate .wiki files to the googlecodewiki syntax:
autocmd BufRead *.wiki set ft=googlecodewiki |
| |
script versions (upload new version)
Click on the package to download.
|