Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Setting alternate syntax file for markdown elements #24

Open
paniash opened this issue Oct 22, 2020 · 0 comments
Open

Setting alternate syntax file for markdown elements #24

paniash opened this issue Oct 22, 2020 · 0 comments

Comments

@paniash
Copy link

paniash commented Oct 22, 2020

When opening a *.ipynb file in vim, the converted notebook implements the standard syntax file for markdown which comes with stock vim. I'm trying to use the vim-pandoc-syntax plugin for *.ipynb files and have set this in my .vimrc

augroup pandoc_syntax
    au! FileType ipynb set syntax=markdown.pandoc
augroup END

But this doesn't work at all. Is there any way to change the stock markdown syntax for *.ipynb files when using vimpyter?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant