Skip to content

Commit

Permalink
fix: prevent name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Jul 6, 2021
1 parent 9096cc9 commit edf2d67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"contributes": {
"languages": [
{
"id": "markdown",
"id": "docus-markdown",
"aliases": [],
"configuration": "./language-configuration.json"
}
],
"grammars": [
{
"language": "markdown",
"language": "docus-markdown",
"scopeName": "text.markdown.docus",
"path": "./syntaxes/mdc.tmLanguage.json",
"injectTo": [
Expand All @@ -43,7 +43,7 @@
],
"snippets": [
{
"language": "markdown",
"language": "docus-markdown",
"path": "./snippets/markdown.code-snippets"
}
]
Expand Down

0 comments on commit edf2d67

Please sign in to comment.