Hello everybody,

When you have some CSS embedded within a <style> tag in an HTML file, like this:

<style type="text/css">
...
Some CSS rules
...
</style>

Is it possible to have the syntax of the CSS rules highlighted?

Daniel