Mercurial > vim
view runtime/ftplugin/scss.vim @ 16771:1490c5a1fccc
Added tag v8.1.1387 for changeset 09c81f17f83c075744cbe888008c26ccdc1eb84d
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 24 May 2019 20:45:06 +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: