Skip to content

Commit ef56978

Browse files
authored
Merge pull request #167 from tinymins/feat/ignore-globs
feat: add ignore globs configuration
2 parents 069ec0b + e607bdc commit ef56978

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

syntaxes/schema.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,18 @@
354354
]
355355
}
356356
},
357+
"ignoreGlobs": {
358+
"type": [
359+
"array",
360+
"null"
361+
],
362+
"items": {
363+
"type": [
364+
"string",
365+
"null"
366+
]
367+
}
368+
},
357369
"library": {
358370
"type": [
359371
"array",
@@ -417,4 +429,4 @@
417429
"$ref": "#/definitions/Strict"
418430
}
419431
}
420-
}
432+
}

0 commit comments

Comments
 (0)