highlight the source code block on Asana pages
Currently, Asana does not have code highlighting feature, so until that feature is provided, please use this Chrome extension.
On Asana pages (matches to `https://app.asana.com/*`), if you input source code into comment field as follows, the source code will be highlighted.
```javascript
function() {
console.log("Hello world!!!") ;
}
```
Since we are using highlight.js, it supports the languages listed below.
https://github.com/highlightjs/highlight.js/blob/main/SUPPORTED_LANGUAGES.md