Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mopp/extrasyntax.vim
This is vim plugin for appending some keyword to syntax of 'Todo'.
https://github.com/mopp/extrasyntax.vim
Last synced: 2 days ago
JSON representation
This is vim plugin for appending some keyword to syntax of 'Todo'.
- Host: GitHub
- URL: https://github.com/mopp/extrasyntax.vim
- Owner: mopp
- Created: 2014-09-21T03:00:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-26T01:58:07.000Z (almost 10 years ago)
- Last Synced: 2024-05-02T00:21:50.776Z (9 months ago)
- Language: VimL
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ExtraSyntax.vim
This appends some keyword to syntax of 'Todo'.
For example, c syntax NOT highlighting 'NOTE' keyword like 'FIXME', 'XXX', 'TODO'.
You can append 'NOTE' using this plugin.## installation
```vim
NeoBundle 'mopp/ExtraSyntax.vim'
```## more description
Please read vim document.