gaplo917 / GapStyle

The world-first* productivity-oriented color scheme for intelliJ and VSCode to fill the gap between programming languages and human.

Home Page:https://plugins.jetbrains.com/plugin/10559-gapstyle-color-scheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document how to add syntax highlighting for new file types

johnjohndoe opened this issue · comments

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.

@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 :)

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.