https://github.com/xi/vim-notes
special syntax highlighting for TODO and NOTES
https://github.com/xi/vim-notes
Last synced: 5 months ago
JSON representation
special syntax highlighting for TODO and NOTES
- Host: GitHub
- URL: https://github.com/xi/vim-notes
- Owner: xi
- Created: 2019-03-28T07:52:58.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T04:30:20.000Z (over 1 year ago)
- Last Synced: 2025-10-08T10:53:29.686Z (10 months ago)
- Language: Vim Script
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Highlight TODO and NOTES files using markdown with some additional list markers:
```
? undecided (cyan)
X done (blue)
N wontfix (purple)
! urgent (yellow)
```