Mercurial > vim
view runtime/ftplugin/scss.vim @ 16962:70da6e496fc1
Added tag v8.1.1481 for changeset 43c942a1938c595b41c25168c95e115e37bdc4f1
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 06 Jun 2019 15:30:07 +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: