mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-14 14:33:50 -05:00
Add flatbuffers support, closes #368
This commit is contained in:
@@ -345,6 +345,13 @@ autocmd BufNewFile,BufRead *.ferm setf ferm
|
||||
augroup end
|
||||
endif
|
||||
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'flatbuffers') == -1
|
||||
augroup filetypedetect
|
||||
" flatbuffers, from fbs.vim in dcharbon/vim-flatbuffers
|
||||
autocmd BufNewFile,BufRead *.fbs setfiletype fbs
|
||||
augroup end
|
||||
endif
|
||||
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'fsharp') == -1
|
||||
augroup filetypedetect
|
||||
" fsharp, from fsharp.vim in fsharp/vim-fsharp:_BASIC
|
||||
|
||||
Reference in New Issue
Block a user