In webstorm, jsx has all the same colors and styles as javascript, and that's great. However, block comments are not set to jsx /* */ vs. {/* */} .
I tried to remove *.jsx as a registered javascript template in File Types settings and make jsx my own file type, but then I will lose all user colors and style. Is there a way to customize block comment characters based on each template, while styling refers to pure JavaScript rules?
source share