summaryrefslogtreecommitdiff
path: root/uvim/runtime/ftplugin/scss.mnv
blob: 6c54467298b134d928643b65feea1b77ee64fa36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
" MNV filetype plugin
" Language:	SCSS
" Maintainer:	Tim Pope <mnvNOSPAM@tpope.org>
" Last Change:	2016 Aug 29

if exists("b:did_ftplugin")
  finish
endif

runtime! ftplugin/sass.mnv
setlocal comments=s1:/*,mb:*,ex:*/,://

" mnv:set sw=2: