Martin Chaine 2016-12-06 14:46:25 +01:00
parent 7384288e07
commit b64bcf7b3e

View File

@ -4,7 +4,9 @@
# Detection
# ‾‾‾‾‾‾‾‾‾
hook global BufCreate .*\.asciidoc %{ set buffer filetype asciidoc }
hook global BufCreate .+\.(a(scii)?doc|asc) %{
set buffer filetype asciidoc
}
# Highlighters
# ‾‾‾‾‾‾‾‾‾‾‾‾