In Android Studio (Version 1.1.0) I'm having issues getting it to highlight .java
syntax properly. It is currently only highlighting Keywords, commas, semicolons, and comments. Other file types such as .xml
are highlighted properly.
I've tried the following things...
- Reinstalling Android Studio Removing any personal settings
- In
Settings -> Editor
Changed the colors to anything to see if it worked, under General and Java File -> Invalidate Caches
- Under File Types I've declared my file as a Java source file.
- Made sure Power Save Mode was turned OFF.