mirror of
https://github.com/tpope/vim-haml.git
synced 2026-04-29 13:14:35 +08:00
Add a separate filetype for SCSS
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
" Vim syntax file
|
||||
" Language: SCSS
|
||||
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
|
||||
" Filenames: *.scss
|
||||
|
||||
if exists("b:current_syntax")
|
||||
finish
|
||||
endif
|
||||
|
||||
runtime! syntax/sass.vim
|
||||
|
||||
let b:current_syntax = "scss"
|
||||
|
||||
" vim:set sw=2:
|
||||
Reference in New Issue
Block a user