Mercurial > vim
view runtime/ftplugin/scss.vim @ 19198:d9a246aef2c9
Added tag v8.2.0157 for changeset 9f95830592e962e92a7143dc48439e15139f9d4e
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 26 Jan 2020 22:15:06 +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: