mirror of
https://github.com/tpope/vim-haml.git
synced 2026-05-25 01:28:35 +08:00
Add headers to compilers
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
" Vim compiler file
|
||||||
|
" Compiler: Haml
|
||||||
|
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
|
||||||
|
" Last Change: 2013 May 30
|
||||||
|
|
||||||
if exists("current_compiler")
|
if exists("current_compiler")
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
" Vim compiler file
|
||||||
|
" Compiler: Sass
|
||||||
|
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
|
||||||
|
" Last Change: 2013 May 30
|
||||||
|
|
||||||
if exists("current_compiler")
|
if exists("current_compiler")
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user