Merge pull request #64 from sanmai-NL/patch-1

Add another popular file name extension 'adoc'
This commit is contained in:
Anthony Scopatz 2015-09-26 15:14:59 -04:00
commit 0fd05e5ecc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
syntax "asciidoc" "\.(asc|asciidoc)$"
syntax "asciidoc" "\.(asc|asciidoc|adoc)$"
# main header
color red "^====+$"