1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-17 11:33:32 +01:00

Added "filetype=asciidoc" to help file modlines.

At the moment, only "syntax=asciidoc" was specified. The
asciidoc_filetype.vim that is distributed with Asciidoc gives the
installer two options -- to either associate every *.txt file with
asciidoc or to try to decipher whether or not the file is an asciidoc
using the first 50 lines.

So it's not given that a developer will open the *.txt files with
ft=asciidoc, and so it's helpful to have it explicitly in the modeline.
This commit is contained in:
Ted Pavlic
2009-01-17 13:02:41 -05:00
parent 45f6153de4
commit db872c5e65
23 changed files with 23 additions and 23 deletions

View File

@@ -99,4 +99,4 @@ on irc.freenode.net or check the Wiki for frequently asked questions. Make
sure, you have read the TODO file first, as I am aware of many things which
can be improved when I find time for it or get patches.
// vim: set syntax=asciidoc:
// vim: set syntax=asciidoc filetype=asciidoc: