Skip to content

Commit

Permalink
#512 - added frontmatter config folder support
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Mar 17, 2023
1 parent f45affb commit d29d0cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"contributes": {
"configurationDefaults": {
"files.associations": {
"**/frontmatter.json": "jsonc"
"**/frontmatter.json": "jsonc",
"**/.frontmatter/config/*.json": "jsonc"
}
},
"keybindings": [{
Expand Down

0 comments on commit d29d0cf

Please sign in to comment.