In WebStorm 2016.2, MacBook Pro with OSX 10.11.3.
My ./MyProject/List
folder content:
I created ListContainer.js
by the step:
- Mouse point hover
List
folder New
JavaScript File
- type
ListContainer.js
- click "OK"
Pay attention to the file icon: it's not normal js file icon.
Inside the file (when editing it) WebStorm does not provide any syntax hightlighting of React code.
When investigating I found out that such confusing behaviour only happens with file(s) named ListContainer.js
(upper case L and C).
Any ideas/suggestions?