diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-31 01:02:03 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-31 01:16:41 +0100 |
commit | d773fdfe35b02e5da131dbbebd5168f3d5abbf4a (patch) | |
tree | a7e91a304f3bb67c0fcb3f40324531ae0efb6549 | |
parent | c59ede522261e96be814a86d2f5f5048cc2be166 (diff) | |
download | sqltutor-plugin-d773fdfe35b02e5da131dbbebd5168f3d5abbf4a.tar.gz sqltutor-plugin-d773fdfe35b02e5da131dbbebd5168f3d5abbf4a.tar.bz2 sqltutor-plugin-d773fdfe35b02e5da131dbbebd5168f3d5abbf4a.zip |
presentation: Set filetype to asciidoc
Instead of syntax.
See commit 6393bc6 for an exploration of the same,
and next time, read commits pls, to not repeat issues!
-rw-r--r-- | doc/presentation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/presentation.txt b/doc/presentation.txt index 119d91d..8a20b8a 100644 --- a/doc/presentation.txt +++ b/doc/presentation.txt @@ -60,4 +60,4 @@ image:read-only.svg[] Demonstration! -// vim: syntax=asciidoc : +// vim: ft=asciidoc : |