We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0413fc2 commit d0da54aCopy full SHA for d0da54a
README.md
@@ -27,6 +27,17 @@ to `.vimrc`, and then run `:PluginInstall`.
27
For those who need it, a tarball is available from
28
[here](https://github.com/vim-pandoc/vim-pandoc-syntax/archive/master.zip).
29
30
+### Standalone
31
+
32
+If you want to use `vim-pandoc-syntax` without vim-pandoc, you'll need to tell
33
+Vim to load it for certain files. Just add something like this to your vimrc:
34
35
+~~~ vim
36
+ augroup pandoc_syntax
37
+ au! BufNewFile,BufFilePRe,BufRead *.md set filetype=markdown.pandoc
38
+ augroup END
39
+~~~
40
41
## Features
42
43
* Supports most (if not all) pandoc's markdown features, including tables,
0 commit comments