X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2F.vimrc;fp=src%2F.vimrc;h=2de4374de572e4c5f3bd3c6e0bf3f36de3e84bdd;hb=de4cb2565139068b7fbb46e6410157d1899acbd1;hp=01772fa46d5191015e8c6eb9e06adf13055363c5;hpb=6200ad9f80f24bf42d4bcb5795085f073d584d65;p=grits diff --git a/src/.vimrc b/src/.vimrc index 01772fa..2de4374 100644 --- a/src/.vimrc +++ b/src/.vimrc @@ -1,5 +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 +au FileType valgrind syn match gritsFile "\v<(grits-\w+|roam|elev|env|map|sat|test|radar)\.c>" containedin=valgrindSrc +au FileType valgrind hi link gritsFile Error