standardize on 'front matter'

This commit is contained in:
David Eisinger
2024-11-20 16:21:29 -05:00
parent 4087839320
commit 5b2a13daf1
2 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@
],
"patterns": [
{
"name": "frontmatter",
"name": "front_matter",
"pattern": "/^(-{3}|[+]{3})$(\\s|\\S)*?^\\1$/gm"
},
{
@@ -29,7 +29,7 @@
{
"languageId": "markdown",
"ignoreRegExpList": [
"frontmatter",
"front_matter",
"proper_nouns"
]
}