diff options
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 + |