Closed paulstatezny closed 1 year ago
This PR adds support for Eject fences for languages without a single-line comment style with only a prefix.
For example, while SQL allows you to comment a line by prefixing with --:
--
-- Some SQL comment
The only available CSS comment syntax requires a suffix as well:
/* Some CSS comment */
This PR adds support for Eject fences for languages without a single-line comment style with only a prefix.
For example, while SQL allows you to comment a line by prefixing with
--
:The only available CSS comment syntax requires a suffix as well: