diff options
author | Urbain Vaes <urbain@vaes.uk> | 2014-10-09 14:14:48 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2014-10-09 14:14:48 +0100 |
commit | 54be9a471091bdc8e7770d85623895c83e3f3153 (patch) | |
tree | 539410b6883d0f777f3b32ec6fbc33245fec68e0 /.vim/after/syntax/cpp.vim |
Initial commit
Diffstat (limited to '.vim/after/syntax/cpp.vim')
-rw-r--r-- | .vim/after/syntax/cpp.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/after/syntax/cpp.vim b/.vim/after/syntax/cpp.vim new file mode 100644 index 0000000..4da741d --- /dev/null +++ b/.vim/after/syntax/cpp.vim @@ -0,0 +1,3 @@ +syntax keyword mPigroup pi +hi def link mPigroup Todo + |