Skip to content

Commit

Permalink
fix(md): use markdown identifier
Browse files Browse the repository at this point in the history
* keep markdown highlight
  • Loading branch information
marcjulian committed May 16, 2019
1 parent 12a45b6 commit f548c4d
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,9 @@
"snippets"
],
"contributes": {
"languages": [
{
"id": "md",
"aliases": [
"Markdown"
],
"filenamePatterns": [
"*.md"
]
}
],
"snippets": [
{
"language": "md",
"language": "markdown",
"path": "./snippets/hugo-markdown.json"
},
{
Expand Down

0 comments on commit f548c4d

Please sign in to comment.