Actionscript 3 syntax coloring not working in mxml files
Hi, in my mxml files, the code between <fx:Script></fx:Script> are not coloring at all. All words are colored to default text color.
What could be the reason? IDEA version 12.1.1.
Thanks
Please sign in to leave a comment.
Does editor highlighting indicator at the upper-right corner of the editor show progress or completed state?
Something to try:
- disable 3rd party plugins and restart IDE
- File | Invalidate Caches and restart IDE
- attach a screenshot of the full editor tab and logs (Help | Show Logs)
After invalidating cache and a restart, it started coloring :)
Thanks for the hgelp.