blob: 5274d59fbff7f59cdd590d7bd993ca31d908d459 [file] [log] [blame]
Bram Moolenaar9fbdbb82022-09-27 17:30:34 +01001" Elixir filetype plugin
2" Language: HEEx
3" Maintainer: Mitchell Hanberg <vimNOSPAM@mitchellhanberg.com>
4" Last Change: 2022 Sep 21
5
6if exists("b:did_ftplugin")
7 finish
8endif
9let b:did_ftplugin = 1
10
11setlocal shiftwidth=2 softtabstop=2 expandtab
12
13setlocal comments=:<%!--
14setlocal commentstring=<%!--\ %s\ --%>
15
16let b:undo_ftplugin = 'set sw< sts< et< com< cms<'