File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 130130 " text.gherkin.feature"
131131 ],
132132 "scopeName" : " text.gherkin.feature.graphql" ,
133- "path" : " ./syntaxes/graphql.feature.json"
133+ "path" : " ./syntaxes/graphql.feature.json" ,
134+ "embeddedLanguages" : {
135+ "meta.embedded.block.graphql" : " graphql"
136+ }
134137 },
135138 {
136139 "injectTo" : [
Original file line number Diff line number Diff line change 44 "injectionSelector" : " L:text -comment" ,
55 "patterns" : [
66 {
7+ "contentName" : " meta.embedded.block.graphql" ,
78 "begin" : " graphql request\\ s*$" ,
89 "end" : " (?<=\"\"\" )" ,
910 "patterns" : [
2324 ]
2425 },
2526 {
27+ "contentName" : " meta.embedded.block.graphql" ,
2628 "begin" : " ^\\ s*(\"\"\" )\\ s*(#graphql)\\ s*$" ,
2729 "beginCaptures" : {
2830 "1" : { "name" : " string.quoted.double.graphql.begin" },
You can’t perform that action at this time.
0 commit comments