How do you enable language specific syntax highlighting for code snippets?

I know you can enable synatx highlighting using three backticks,

```

Is there a way to specificy a specific language to use though (for example java, or python)?

Comments (1)