atom-language-julia icon indicating copy to clipboard operation
atom-language-julia copied to clipboard

Add markdown highlighting support in a md multiline string macro

Open BenLauwens opened this issue 1 year ago • 1 comments

A small addition to julia.json to allow markdown highlighting support in a md multiline string macro. Successfully tested with visual-studio-code.

BenLauwens avatar Mar 05 '24 22:03 BenLauwens

We had these multiline macro strings defined earlier, but there are systematic issues with that: the injected grammar is not guaranteed to "terminate" (e.g. for unclosed code blocks in markdown, IIRC) at the closing triple quote.

ref https://github.com/JuliaEditorSupport/atom-language-julia/pull/252, https://github.com/JuliaEditorSupport/atom-language-julia/issues/244#issuecomment-962670836

pfitzseb avatar Mar 06 '24 14:03 pfitzseb