Android Studio File Types
Android Studio Support for Additional File Types ( CSS & JavaScript )
Current File Types Added: ( adds support for Syntax Highlighting in Android Studio )
- CSS ( Cascading Style Sheet )
- JavaScript
Installation
- From Android Studio Menu, go to File -> Import Settings...
- Locate the settings.jar file from this repository
- From "Select Components to Import" make sure you have "File types" checked, then press OK
Contributing
You can easily make updates to support new extensions by opening the Preferences menu and adding new Filetypes. Once you are done, you can export your new file types back to this project by going to:
- From Android Studio Menu, go to File -> Export Settings...
- Click the "Select None" option, and then tick ONLY the box next to "File types"
- Choose a location to export the file to, and then click OK
Notes
I have placed the unpacked settings.jar file in the root of this repository for those that want to know whats contained inside.