Try this: ``` javascript import { // should be highlighted here but it is not fn, variable, orSomethingElse } from 'package'; export { // here too fn, variable, orSomethingElse }; ``` I believe adding `jsComment` to [this line](https://github.com/pangloss/vim-javascript/blob/master/syntax/javascript.vim#L43) and [this line](https://github.com/pangloss/vim-javascript/blob/master/syntax/javascript.vim#L48) should fix this.