File tree 2 files changed +14
-13
lines changed
2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ VSCode extension for GraphQL schema authoring & consumption.
35
35
+ Ruby
36
36
+ Cucumber
37
37
+ ReasonML/OCaml
38
+ + Markdown fenced code-blocks
38
39
+ (Submit a PR to support your language!)
39
40
40
41
* ** Snippets** : Some commonly used snippets are provided which help while writing mutations and queries, such as defining types, interfaces and input types.
Original file line number Diff line number Diff line change 114
114
"meta.embedded.block.graphql" : " graphql"
115
115
}
116
116
},
117
- {
118
- "injectTo" : [
119
- " source.reason" ,
120
- " source.ocaml"
121
- ],
122
- "scopeName" : " inline.graphql.re" ,
123
- "path" : " ./syntaxes/graphql.re.json" ,
124
- "embeddedLanguages" : {
125
- "meta.embedded.block.graphql" : " graphql"
126
- }
127
- },
128
117
{
129
118
"injectTo" : [
130
119
" source.ruby"
143
132
"path" : " ./syntaxes/graphql.feature.json"
144
133
},
145
134
{
135
+ "injectTo" : [
136
+ " text.html.markdown"
137
+ ],
146
138
"scopeName" : " markdown.graphql.codeblock" ,
147
139
"path" : " ./syntaxes/graphql.markdown.codeblock.json" ,
140
+ "embeddedLanguages" : {
141
+ "meta.embedded.block.graphql" : " graphql"
142
+ }
143
+ },
144
+ {
148
145
"injectTo" : [
149
- " text.html.markdown"
146
+ " source.reason" ,
147
+ " source.ocaml"
150
148
],
149
+ "scopeName" : " inline.graphql.re" ,
150
+ "path" : " ./syntaxes/graphql.re.json" ,
151
151
"embeddedLanguages" : {
152
- "meta.embedded.block.graphql" : " GraphQL "
152
+ "meta.embedded.block.graphql" : " graphql "
153
153
}
154
154
}
155
155
],
You can’t perform that action at this time.
0 commit comments