| [ |
| { |
| "name": "dfdl", |
| "patterns": [ |
| { |
| "include": "#keywords" |
| }, |
| { |
| "include": "#strings" |
| } |
| ], |
| "repository": { |
| "keywords": { |
| "patterns": [] |
| }, |
| "strings": { |
| "name": "string.quoted.double.dfdl", |
| "begin": "\"", |
| "end": "\"", |
| "patterns": [] |
| } |
| }, |
| "scopeName": "source.dfdl.xsd" |
| }, |
| { |
| "name": "tdml", |
| "patterns": [ |
| { |
| "include": "#keywords" |
| }, |
| { |
| "include": "#strings" |
| } |
| ], |
| "repository": { |
| "keywords": { |
| "patterns": [] |
| }, |
| "strings": { |
| "name": "string.quoted.double.tdml", |
| "begin": "\"", |
| "end": "\"", |
| "patterns": [] |
| } |
| }, |
| "scopeName": "source.tdml.xsd" |
| } |
| ] |