vim-NOTES

special syntax highlighting for TODO and NOTES
git clone https://git.ce9e.org/vim-NOTES.git

commit
0eb4805edc924280b2da1e18846fabcc1d74ada3
parent
6622d7eeed063c2a1791d1a073fdb8dc5b202a34
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-03-28 07:51
derive from markdown

Diffstat

M ftplugin/NOTES.vim 2 ++
M syntax/NOTES.vim 2 ++

2 files changed, 4 insertions, 0 deletions


diff --git a/ftplugin/NOTES.vim b/ftplugin/NOTES.vim

@@ -1,3 +1,5 @@
    1     1 if exists("b:did_ftplugin")
    2     2   finish
    3     3 endif
   -1     4 
   -1     5 runtime! ftplugin/markdown.vim ftplugin/markdown_*.vim ftplugin/markdown/*.vim

diff --git a/syntax/NOTES.vim b/syntax/NOTES.vim

@@ -6,4 +6,6 @@ if !exists('main_syntax')
    6     6   let main_syntax = 'NOTES'
    7     7 endif
    8     8 
   -1     9 runtime! syntax/markdown.vim
   -1    10 
    9    11 let b:current_syntax = 'NOTES'