I’m using Komodo edit 11+ and I would my editor to assimilate js files to jsx files. currently it doesn’t assimilate anything and feedbacks me a blob of errors because my React file are saved as js files. How make Komodo edit check my js files as jsx files?
Thanks for any hint
You should be able to do this in File Association prefs. Edit menu > Preferences > File Associations and set the *.js
file type to be associated with JSX.
- Carey