xref: /vim-8.2.3635/runtime/ftplugin/xs.vim (revision cb03397a)
1" Vim filetype plugin file
2" Language:      XS (Perl extension interface language)
3" Maintainer:    vim-perl <[email protected]>
4" Homepage:      http://github.com/vim-perl/vim-perl
5" Bugs/requests: http://github.com/vim-perl/vim-perl/issues
6" Last Change:   2013-07-21
7
8" Only do this when not done yet for this buffer
9if exists("b:did_ftplugin")
10    finish
11endif
12
13" Just use the C plugin for now.
14runtime! ftplugin/c.vim ftplugin/c_*.vim ftplugin/c/*.vim
15