Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Support "plantuml" languageid for preview #24

Open
xachin opened this issue Apr 10, 2017 · 1 comment
Open

Support "plantuml" languageid for preview #24

xachin opened this issue Apr 10, 2017 · 1 comment

Comments

@xachin
Copy link

xachin commented Apr 10, 2017

If the extension of a file is .plantuml then preview shows "no plaintext". Please support languageid === 'plantuml'.

The following change fixes the problem:

if (!(editor.document.languageId === 'plaintext' || editor.document.languageId === 'restructuredtext' ||
    editor.document.languageId === 'plantuml')) {
@runceel
Copy link
Owner

runceel commented Apr 12, 2017

Thank you for your feedback.

I released v0.2.2. Please check.

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

2 participants