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

Add syntax highlighting #114

Closed
execveat opened this issue May 16, 2023 · 1 comment
Closed

Add syntax highlighting #114

execveat opened this issue May 16, 2023 · 1 comment
Assignees
Labels
Enhancement New feature or request
Milestone

Comments

@execveat
Copy link
Contributor

Add syntax highlighting to the GraphQL editor view. As far as I know the regular way to do that in Swing is by using https://github.com/bobbylight/RSyntaxTextArea, however it does not support GraphQL out of the box. So, we need to either find a project that implements this support; write it ourselves; or find another solution.

JetBrains has a GraphQL plugin which supports GraphQL highlighting and comes with the MIT license, so maybe it's possible to get the functionality from there? https://github.com/JetBrains/js-graphql-intellij-plugin/

@execveat execveat added the Enhancement New feature or request label May 16, 2023
@execveat execveat added this to the v5.1 milestone May 16, 2023
@execveat
Copy link
Contributor Author

This has been implemented by @lokiuox in the dev branch.

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

No branches or pull requests

2 participants