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