summaryrefslogtreecommitdiffstats
path: root/ftplugin/emblem.vim
blob: d612566d261fb5385edd4ae2c79d9478163c5da1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if has_key(g:polyglot_is_disabled, 'emblem')
  finish
endif

" Language:    emblem
" Maintainer:  Yulij Andreevich Lesov <yalesov@gmail.com>
" URL:         http://github.com/yalesov/vim-emblem
" Version:     2.0.1
" Last Change: 2016 Jul 6
" License:     ISC

setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2
setlocal smarttab
setlocal expandtab
setlocal smartindent

setlocal formatoptions=q
setlocal comments=:/
setlocal commentstring=/\ %s