X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2F.vimrc;h=01772fa46d5191015e8c6eb9e06adf13055363c5;hb=850e596cffb982eab6672930c15eb078f1cb737b;hp=5de2904a55b096a11e7428616a7a16ba2cea2375;hpb=f21f94748e256058ee09dfe145c06c28473695fb;p=grits diff --git a/src/.vimrc b/src/.vimrc index 5de2904..01772fa 100644 --- a/src/.vimrc +++ b/src/.vimrc @@ -1,2 +1,5 @@ set makeprg=make\ test set tw=100 + +au FileType valgrind syn match gisFile "\v<(gis-\w+|roam|elev|env|map|sat|test|radar)\.c>" containedin=valgrindSrc +au FileType valgrind hi link gisFile Error