diff options
author | Urbain Vaes <urbain@vaes.uk> | 2014-10-31 22:01:56 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2014-10-31 22:01:56 +0000 |
commit | 44a3ed3384a68c172943a7db6992e2dffa88230b (patch) | |
tree | d5d79c06bd464e7026708de35a0f73ec0d16317f /vim/after/syntax/cpp.vim | |
parent | 0fcd6967752813b7e8281c27bd9bc02e6deda34a (diff) |
Commit new version (no dots, vim folder and mutt folder)
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 + |