mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-30 02:43:37 +02: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:
@@ -250,4 +250,4 @@ are neither infinite nor omnipotent; please bear with us. If you can't wait for
|
||||
us to get around to it, rest assured patches are welcome! See the
|
||||
help:Developer[developer.html] page for more information.
|
||||
|
||||
// vim: set syntax=asciidoc:
|
||||
// vim: set syntax=asciidoc filetype=asciidoc:
|
||||
|
||||
Reference in New Issue
Block a user