From 438d222b953ec3f46eb534153243acc1f30b7694 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 13 Aug 2014 00:03:22 +0200 Subject: Add emblem support, closes #36 --- ftplugin/emblem.vim | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ftplugin/emblem.vim (limited to 'ftplugin') diff --git a/ftplugin/emblem.vim b/ftplugin/emblem.vim new file mode 100644 index 00000000..68b7f25e --- /dev/null +++ b/ftplugin/emblem.vim @@ -0,0 +1,17 @@ +" Language: emblem +" Maintainer: heartsentwined +" URL: http://github.com/heartsentwined/vim-emblem +" Version: 1.2.0 +" Last Change: 2013 Apr 22 +" License: GPL-3.0 + +setlocal tabstop=2 +setlocal softtabstop=2 +setlocal shiftwidth=2 +setlocal smarttab +setlocal expandtab +setlocal smartindent + +setlocal formatoptions=q +setlocal comments=:/ +setlocal commentstring=/\ %s -- cgit v1.2.3