standardize on 'front matter'
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user