fix(vscode-language-syntax): Add "text.html.vue" as inline injection target#4144
fix(vscode-language-syntax): Add "text.html.vue" as inline injection target#4144jsmnbom wants to merge 1 commit intographql:mainfrom
Conversation
vuejs/language-tools#5856 changed the vue grammar scope from "source.vue" to "text.html.vue". This change simply adds the new scope to the list of inline injection targets. Old scope is still supported for backwards compatibility, tho I am unsure if this is necessary.
|
|
|
|
@dimaMachina could you please have a look into this? For some weeks now all my gql code snippets inside .vue files are not highlighted anymore. Would be awesome if we could get functionality back. |
vuejs/language-tools#5856 changed the vue grammar scope from "source.vue" to "text.html.vue". This change simply adds the new scope to the list of inline injection targets. Old scope is still supported for backwards compatibility, tho I am unsure if this is necessary.