mkasberg / script-seed

🌱 Seed scripts for popular (& unpopular) scripting languages.
https://mkasberg.github.io/script-seed/
MIT License
11 stars 23 forks source link

Use a unicode apostrophe in bash sample #79

Closed mkasberg closed 2 years ago

mkasberg commented 2 years ago

It looks a little nicer, but the primary advantage of doing this is that using a single quote ' breaks hilightjs. Using a unicode apostrophe means the hilightjs will continue highlighting the rest of the file correctly.

Before: image

After: image