/usr/share/vim/addons/ftdetect/asciidoc.vim is in vim-asciidoc 8.6.10-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | " Detection of asciidoc formated files in vim using the file extension
" as upstream removed the autodetection
" See upstream commit 373ca26f6f9c17e51d5beef328d06d4527e0c88f
au BufRead,BufNewFile *.adoc,*.asciidoc set filetype=asciidoc
|