summaryrefslogblamecommitdiffstats
path: root/indent/freebasic.vim
blob: 9399b57fb340fa34c0b19f359363b6576e6b8809 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                      
if polyglot#init#is_disabled(expand('<sfile>:p'), 'freebasic', 'indent/freebasic.vim')
  finish
endif

" Vim indent file
" Language:	FreeBASIC
" Maintainer:	Doug Kearns <dougkearns@gmail.com>
" Last Change:	2022 Jan 24

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
  finish
endif

runtime! indent/vb.vim