mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 20:43:52 -05:00
Allow for disabling individual languages, closes #66
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ocaml') == -1
|
||||
|
||||
" Vim syntax file
|
||||
" Language: OCaml
|
||||
" Filenames: *.ml *.mli *.mll *.mly
|
||||
@@ -329,3 +331,5 @@ endif
|
||||
let b:current_syntax = "ocaml"
|
||||
|
||||
" vim: ts=8
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user