Add headers to compilers

This commit is contained in:
Tim Pope
2013-06-02 13:34:22 -04:00
parent 410a6a0517
commit 33279476a6
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
" Vim compiler file
" Compiler: Haml
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" Last Change: 2013 May 30
if exists("current_compiler")
finish
endif

View File

@@ -1,3 +1,8 @@
" Vim compiler file
" Compiler: Sass
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" Last Change: 2013 May 30
if exists("current_compiler")
finish
endif