mirror of
https://github.com/tpope/vim-haml.git
synced 2025-12-06 17:24:24 +08:00
12 lines
173 B
VimL
12 lines
173 B
VimL
" Vim filetype plugin
|
|
" Language: SCSS
|
|
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
|
|
|
|
if exists("b:did_ftplugin")
|
|
finish
|
|
endif
|
|
|
|
runtime! ftplugin/sass.vim
|
|
|
|
" vim:set sw=2:
|