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.
- Host: GitHub
- URL: https://github.com/yamat47/trac-vim-plugin
- Owner: yamat47
- License: mit
- Created: 2020-04-15T06:53:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T04:31:42.000Z (about 6 years ago)
- Last Synced: 2025-02-25T23:32:50.353Z (over 1 year ago)
- Topics: syntax-highlighting, trac, vim
- Language: Vim script
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).