Skip to content

Commit

Permalink
Resolves #7
Browse files Browse the repository at this point in the history
Added markdown support to extension manifest
  • Loading branch information
edheltzel committed Feb 20, 2017
1 parent 77cd58a commit 740f993
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,14 @@
{
"language": "liquid",
"path": "./snippets/liquid.json"
},
{
"language": "markdown",
"path": "./snippets/liquid.json"
}
]
},
"extensionDependencies": [
"neilding.language-liquid"
]
}
}

0 comments on commit 740f993

Please sign in to comment.