ucbi / uniform

Write less boilerplate and reuse more code in your portfolio of Elixir apps
https://hex.pm/packages/uniform
Apache License 2.0
33 stars 1 forks source link

Support eject fences for comment types with a suffix #46

Closed paulstatezny closed 1 year ago

paulstatezny commented 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 */