view runtime/ftplugin/scss.vim @ 20535:ec872c8a09ff

Added tag v8.2.0821 for changeset ae758aa4ee5eb23c01a13906457290ceec7156ce
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 May 2020 00:30:04 +0200
parents 43efa4f5a8ea
children
line wrap: on
line source

" Vim filetype plugin
" Language:	SCSS
" Maintainer:	Tim Pope <vimNOSPAM@tpope.org>
" Last Change:	2016 Aug 29

if exists("b:did_ftplugin")
  finish
endif

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

" vim:set sw=2: