view runtime/ftplugin/scss.vim @ 23080:8eed19bd0235 v8.2.2086

patch 8.2.2086: libvterm tests are only run on Linux Commit: https://github.com/vim/vim/commit/476268c387a05cfda9feaca8d1a5eeb535ed9f49 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 3 21:24:07 2020 +0100 patch 8.2.2086: libvterm tests are only run on Linux Problem: Libvterm tests are only run on Linux. Solution: Use static libraries. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/7419)
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Dec 2020 21:30: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: