summaryrefslogtreecommitdiff
path: root/vimperator/locale/en-US/options.txt
diff options
context:
space:
mode:
authorTed Pavlic <ted@tedpavlic.com>2009-01-17 13:02:41 -0500
committerTed Pavlic <ted@tedpavlic.com>2009-01-17 13:02:41 -0500
commitdb872c5e651e55750a2b79081b46399a26939fba (patch)
tree7c6a31697f96c3b910636e9e9f408f4784cee11c /vimperator/locale/en-US/options.txt
parent45f6153de486a6052d715bc6bd25cc31216e8f0e (diff)
downloadpentadactyl-db872c5e651e55750a2b79081b46399a26939fba.tar.gz
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.
Diffstat (limited to 'vimperator/locale/en-US/options.txt')
-rw-r--r--vimperator/locale/en-US/options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimperator/locale/en-US/options.txt b/vimperator/locale/en-US/options.txt
index 05a433be..b8505cbf 100644
--- a/vimperator/locale/en-US/options.txt
+++ b/vimperator/locale/en-US/options.txt
@@ -826,4 +826,4 @@ A regexp which defines the word separators which are used for the
the text of a link.
____
-// vim: set syntax=asciidoc:
+// vim: set syntax=asciidoc filetype=asciidoc: