add YML support

This commit is contained in:
David Strome
2021-04-28 11:59:21 -07:00
parent c5254b60c3
commit 048903f6ba
9 changed files with 18 additions and 9 deletions

View File

@ -3,7 +3,8 @@
"content": [
{
"files": [
"**/*.md"
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/obj/**",