mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
12 lines
226 B
VimL
12 lines
226 B
VimL
|
" Vim filetype plugin
|
||
|
" Language: Brighterscript
|
||
|
" Maintainer: Riley Bruins <ribru17@gmail.com>
|
||
|
" Last Change: 2025 Jun 17
|
||
|
|
||
|
if exists('b:did_ftplugin')
|
||
|
finish
|
||
|
endif
|
||
|
let b:did_ftplugin = 1
|
||
|
|
||
|
runtime! ftplugin/brightscript.vim
|