-
-
Notifications
You must be signed in to change notification settings - Fork 596
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
gql inside vue file not properly highlighted #701
Comments
What GraphQL is using:
It's injecting grammar to |
While it certainly doesn't address the issue with grammars not inheriting injections as expected, a fix for his has been merged into GraphQL for VSCode extension mention in the original issue report. |
@flakeparadigm Thanks, sorry for the late response, it's working as expected: Would you mind me sending similar PRs for other graphql extensions that fix the injection grammar? |
I don't mind at all, feel free to! :) |
Info
Problem
I'm using vue-apollo and using gql syntax inside vue file. but gql syntax not properly highlighted.
this what inside .vue file

this what inside .js file

Reproducible Case
install GraphQL for VSCode extension for syntax highlight
The text was updated successfully, but these errors were encountered: