mirror of
https://github.com/tpope/vim-haml.git
synced 2025-12-26 02:21:10 +08:00
Add a separate filetype for SCSS
This commit is contained in:
11
ftplugin/scss.vim
Normal file
11
ftplugin/scss.vim
Normal file
@@ -0,0 +1,11 @@
|
||||
" 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:
|
||||
Reference in New Issue
Block a user