diff options
author | Ted Pavlic <ted@tedpavlic.com> | 2009-01-17 13:02:41 -0500 |
---|---|---|
committer | Ted Pavlic <ted@tedpavlic.com> | 2009-01-17 13:02:41 -0500 |
commit | db872c5e651e55750a2b79081b46399a26939fba (patch) | |
tree | 7c6a31697f96c3b910636e9e9f408f4784cee11c /vimperator/locale/en-US/pattern.txt | |
parent | 45f6153de486a6052d715bc6bd25cc31216e8f0e (diff) | |
download | pentadactyl-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/pattern.txt')
-rw-r--r-- | vimperator/locale/en-US/pattern.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vimperator/locale/en-US/pattern.txt b/vimperator/locale/en-US/pattern.txt index 64022465..07347382 100644 --- a/vimperator/locale/en-US/pattern.txt +++ b/vimperator/locale/en-US/pattern.txt @@ -67,4 +67,4 @@ Remove the search highlighting. The document highlighting is turned back on when another search command is used or the 'hlsearch' option is set. ________________________________________________________________________________ -// vim: set syntax=asciidoc: +// vim: set syntax=asciidoc filetype=asciidoc: |