You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/
The text was updated successfully, but these errors were encountered: