gaplo917 / GapStyle

The world-first* productivity-oriented color scheme for intelliJ and VSCode to fill the gap between programming languages and human.
https://plugins.jetbrains.com/plugin/10559-gapstyle-color-scheme
MIT License
172 stars 20 forks source link

Document how to add syntax highlighting for new file types #9

Open johnjohndoe opened 4 years ago

johnjohndoe commented 4 years ago

In Android Studio 4.0 Canary 8 I am currently see the following Code Style entries:

image

The screenshots in the README show way more Code Style entries.

image

Please document in the README how one get add new file types e.g. Swift.

gaplo917 commented 4 years ago

@johnjohndoe Some languages can be installed via jetbrain plugins(Python, Go, Scala...). But, Swift is only available in AppCode.

For Swift, you have to manually import the GapStyle.jar into AppCode and then make corresponding color changes. Then follow the https://github.com/gaplo917/GapStyle/blob/master/RELEASE.md to update the color scheme.

Thank you for paying attention to this project :)

johnjohndoe commented 4 years ago

Thank you. I think it would be valuable to let your README point to Jetbrains documentation with regards to the points above. Users might lack experience on how to install new languages.