Fix commentTokens definition #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am not sure if I understand this correctly, was this an oversight? Feel free to close this PR if I am wrong.
Markdown does support comments by inheriting from HTML syntax, and the definition in lang-markdown seems to be correct.
However, it seems the declaration of
defineLanguageFacetdoesn't follow thelanguageDatadefinition, which starts with acommentTokensscope.It got comment features enabled after adding this.
Argh, indeed, that was entirely wrong. Thanks for spotting it.