``` // Comment and "var" highlighting is only for JavaScript var i = 5; ``` ```js // Much better here var j = 5; ```