mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
runtime(editorconfig): include editorconfig ftplugin file
closes: #15160 Signed-off-by: Riley Bruins <ribru17@hotmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
8906e22df5
commit
2c299eb258
1
.github/MAINTAINERS
vendored
1
.github/MAINTAINERS
vendored
@ -130,6 +130,7 @@ runtime/ftplugin/debcontrol.vim @jamessan
|
|||||||
runtime/ftplugin/debsources.vim @jamessan
|
runtime/ftplugin/debsources.vim @jamessan
|
||||||
runtime/ftplugin/desktop.vim @e-kwsm
|
runtime/ftplugin/desktop.vim @e-kwsm
|
||||||
runtime/ftplugin/dosbatch.vim @mrdubya
|
runtime/ftplugin/dosbatch.vim @mrdubya
|
||||||
|
runtime/ftplugin/editorconfig.vim @ribru17
|
||||||
runtime/ftplugin/eiffel.vim @dkearns
|
runtime/ftplugin/eiffel.vim @dkearns
|
||||||
runtime/ftplugin/elixir.vim @mhanberg
|
runtime/ftplugin/elixir.vim @mhanberg
|
||||||
runtime/ftplugin/erlang.vim @hcs42
|
runtime/ftplugin/erlang.vim @hcs42
|
||||||
|
13
runtime/ftplugin/editorconfig.vim
Normal file
13
runtime/ftplugin/editorconfig.vim
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
" Vim filetype plugin
|
||||||
|
" Language: EditorConfig
|
||||||
|
" Maintainer: Riley Bruins <ribru17@gmail.com>
|
||||||
|
" Last Change: 2024 Jul 06
|
||||||
|
|
||||||
|
if exists('b:did_ftplugin')
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
let b:did_ftplugin = 1
|
||||||
|
|
||||||
|
setl comments=:#,:; commentstring=#\ %s
|
||||||
|
|
||||||
|
let b:undo_ftplugin = 'setl com< cms<'
|
Loading…
x
Reference in New Issue
Block a user