Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
johnjohndoe opened this issue Jan 20, 2020 · 2 comments
Open

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

johnjohndoe opened this issue Jan 20, 2020 · 2 comments

Comments

@johnjohndoe
Copy link

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
Copy link
Owner

@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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants