An open API service indexing awesome lists of open source software.

https://github.com/yamat47/trac-vim-plugin

Vim syntax highlighting for The Trac Project wiki.
https://github.com/yamat47/trac-vim-plugin

syntax-highlighting trac vim

Last synced: 8 months ago
JSON representation

Vim syntax highlighting for The Trac Project wiki.

Awesome Lists containing this project

README

          

trac-vim-plugin
====

This provides syntax highlighting for [The Trac Project](https://trac.edgewall.org/) wiki formatting. Most of Trac 1.4 wiki syntax is supported.

Installation
----

### [dein.vim](https://github.com/Shougo/dein.vim)

Add this code to your `.vimrc` or `init.vim`.

```viml
call dein#add('yamat47/trac-vim-plugin')
```

Usage
----

To use automatic filetype detection, you should change your Trac wiki document's extension to `*.trac` or `*.tracwiki`.

Future works
----

* Highlight ordered or unordered list with multiple lines.
* Highlight inside processors. Some processors have there own syntax highlighting (such as code highlighting).