testdrive-sql.injection.json 355 B

1234567891011121314
  1. {
  2. "scopeName": "testdrive-sql.injection",
  3. "injectionSelector": "L:string",
  4. "patterns": [
  5. {
  6. "name": "variable.other.bracket.testdrive",
  7. "begin": "\\${",
  8. "end": "}",
  9. "captures": {
  10. "0": { "name": "punctuation.definition.variable.testdrive" }
  11. }
  12. }
  13. ]
  14. }