vim-jsx-pretty icon indicating copy to clipboard operation
vim-jsx-pretty copied to clipboard

[Feature] Highlight when call function

Open wgxh opened this issue 4 years ago • 2 comments

Feature request

Recently, I wrote some code with jsx syntax. I hope author can add a feature, highlight when call function.

function test() {
  console.log('The test function')

  return true
}

test() // the function is not highlight

Please, Thanks!

wgxh avatar Mar 20 '21 05:03 wgxh

This plugin is used to highlight the jsx syntax, so it won't highlight the function call by design.

You might need to submit a feature request to the JavaScript highlighting plugin you use.

yuezk avatar Mar 27 '21 14:03 yuezk

Oh, Thank you.

wgxh avatar Jun 19 '21 01:06 wgxh