JuliaEditorSupport / julia-vim

Vim support for Julia.
http://julialang.org/
Other
753 stars 94 forks source link

Support .jmd (julia markdown) files #237

Closed carlobaldassi closed 3 years ago

carlobaldassi commented 3 years ago

Highlight them as markdown and make sure that julia code is highlighted (at least when using the built-in markdown plugin)

Supersedes #187.

carlobaldassi commented 3 years ago

@cmcaine in my tests this works precisely like #187 except that it recognizes jmd files just as markdown files instead of creating a new filetype. But it is much less code, and it benefits from upstream changes. Can you confirm that this is ok?

carlobaldassi commented 3 years ago

It also seems to work fine with https://github.com/plasticboy/vim-markdown

cmcaine commented 3 years ago

This looks good to me!

cmcaine commented 3 years ago

Much better than my old PR.