mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00:00
12 lines
211 B
VimL
12 lines
211 B
VimL
" Vim filetype plugin
|
|
" Language: dnsmasq
|
|
" Maintainer: dringsim <dringsim@qq.com>
|
|
" Last Change: 2025-02-18
|
|
|
|
if exists('b:did_ftplugin')
|
|
finish
|
|
endif
|
|
|
|
" Behaves mostly just like cfg
|
|
runtime! ftplugin/cfg.vim
|