# Feature request Recently, I wrote some code with jsx syntax. I hope author can add a feature, highlight when call function. ```ts function test() { console.log('The test function') return true } test() // the function is not highlight ``` Please, Thanks!
Feature request
Recently, I wrote some code with jsx syntax.
I hope author can add a feature, highlight when call function.
Please, Thanks!