Skip to content

Allow spaces in between the comment tag#4

Open
egdelgadillo wants to merge 3 commits into
derefs:masterfrom
egdelgadillo:patch-1
Open

Allow spaces in between the comment tag#4
egdelgadillo wants to merge 3 commits into
derefs:masterfrom
egdelgadillo:patch-1

Conversation

@egdelgadillo
Copy link
Copy Markdown

JSDoc-like comments have spaces in between the comment tags and the text. This is in line with the MDM lexical grammar - Block comments documentation resource and recognized by formatters such as the prettier embed plugin

This change allows comments such as /*sql*/ and /* sql */ to be recognized by the highlighter as well as all the combinations in between (/*sql */ and /* sql*/)

Screenshot from 2025-12-23 10-43-30

JSDoc-like comments have spaces in between the comment tags and the text. This is in line with the MDM lexical grammar - Block comments documentation resource and recognized by formatters such as prettier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant