blob: 3b38051d0819c23078ed7291f7e4039194d52643 [file] [log] [blame]
Bram Moolenaarce001a32022-04-27 15:25:03 +01001" Elixir filetype plugin
2" Language: Elixir
3" Maintainer: Mitchell Hanberg <vimNOSPAM@mitchellhanberg.com>
4" Last Change: 2022 Apr 20
5
6if exists("b:did_ftplugin")
7 finish
8endif
9let b:did_ftplugin = 1
10
11setlocal commentstring=#\ %s