view runtime/ftplugin/scss.vim @ 19712:714875349336

Added tag v8.2.0412 for changeset 831a3f3be6f4330efd5ab2846ee6627fe3daa5b4
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Mar 2020 17:15:04 +0100
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: