Given this text in the file test.md
start
```python
print("Hello World!")
```
```powershell
Write-Output 'Hello World!'
```
```javascript
console.log("Hello World!")
```
end
In sublime-text it looks like this:
Both the python and the javascript code-blocks are syntax-highlighted, but the powershell isn’t. Am I doing something wrong here?
Sublime Text version: Stable channel Build 4180