|
81 | 81 | "1": { "name": "support.type.graphql" }
|
82 | 82 | }
|
83 | 83 | },
|
| 84 | + { "include": "#graphql-comment" }, |
| 85 | + { "include": "#graphql-description-docstring" }, |
| 86 | + { "include": "#graphql-description-singleline" }, |
| 87 | + { "include": "#graphql-directive" }, |
84 | 88 | { "include": "#graphql-ampersand" },
|
85 | 89 | { "include": "#graphql-comma" }
|
86 | 90 | ]
|
|
130 | 134 | { "include": "#graphql-comment" },
|
131 | 135 | { "include": "#graphql-description-docstring" },
|
132 | 136 | { "include": "#graphql-description-singleline" },
|
| 137 | + { "include": "#graphql-directive" }, |
133 | 138 | { "include": "#graphql-variable-definitions" },
|
134 | 139 | { "include": "#graphql-type-object" },
|
135 | 140 | { "include": "#graphql-colon" },
|
|
186 | 191 | { "include": "#graphql-comment" },
|
187 | 192 | { "include": "#graphql-description-docstring" },
|
188 | 193 | { "include": "#graphql-description-singleline" },
|
| 194 | + { "include": "#graphql-directive" }, |
189 | 195 | { "include": "#graphql-skip-newlines" }
|
190 | 196 | ]
|
191 | 197 | },
|
|
261 | 267 | { "include": "#graphql-comment" },
|
262 | 268 | { "include": "#graphql-description-docstring" },
|
263 | 269 | { "include": "#graphql-description-singleline" },
|
| 270 | + { "include": "#graphql-directive" }, |
264 | 271 | { "include": "#graphql-colon" },
|
265 | 272 | { "include": "#graphql-input-types" },
|
266 | 273 | { "include": "#graphql-variable-assignment" },
|
|
536 | 543 | { "include": "#graphql-comment" },
|
537 | 544 | { "include": "#graphql-description-docstring" },
|
538 | 545 | { "include": "#graphql-description-singleline" },
|
| 546 | + { "include": "#graphql-directive" }, |
539 | 547 | { "include": "#graphql-value" },
|
540 | 548 | { "include": "#graphql-skip-newlines" }
|
541 | 549 | ]
|
|
622 | 630 | { "include": "#graphql-comment" },
|
623 | 631 | { "include": "#graphql-description-docstring" },
|
624 | 632 | { "include": "#graphql-description-singleline" },
|
| 633 | + { "include": "#graphql-directive" }, |
625 | 634 | { "include": "#graphql-enum-value" },
|
626 | 635 | { "include": "#literal-quasi-embedded" }
|
627 | 636 | ]
|
628 |
| - } |
| 637 | + }, |
| 638 | + { "include": "#graphql-comment" }, |
| 639 | + { "include": "#graphql-description-docstring" }, |
| 640 | + { "include": "#graphql-description-singleline" }, |
| 641 | + { "include": "#graphql-directive" } |
629 | 642 | ]
|
630 | 643 | },
|
631 | 644 | "graphql-enum-value": {
|
|
0 commit comments