forked from aniani/vim
patch 9.0.2071: objdump files not recognized
Problem: objdump files not recognized Solution: detect *.objdump files, add a filetype plugin Added the objdump file/text format closes: #13425 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Colin Kennedy <colinvfx@gmail.com>
This commit is contained in:
committed by
Christian Brabandt
parent
6b89dd6a72
commit
10407df7a9
@@ -1462,6 +1462,9 @@ au BufNewFile,BufRead {env,config}.nu setf nu
|
||||
" Oblivion Language and Oblivion Script Extender
|
||||
au BufNewFile,BufRead *.obl,*.obse,*.oblivion,*.obscript setf obse
|
||||
|
||||
" Objdump
|
||||
au BufNewFile,BufRead *.objdump,*.cppobjdump setf objdump
|
||||
|
||||
" OCaml
|
||||
au BufNewFile,BufRead *.ml,*.mli,*.mll,*.mly,.ocamlinit,*.mlt,*.mlp,*.mlip,*.mli.cppo,*.ml.cppo setf ocaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user