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...
Settings -> Editor
Changed the colors to anything to see if it
worked, under General and JavaFile -> Invalidate Caches
The .java
file was located in the root directory. I moved the file to the directory src/main/java/org.we/
and the syntax started working.