Skip to content

Commit

Permalink
update activationEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
ChoCho66 committed Oct 15, 2024
1 parent 8e012f2 commit 8088c14
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"description": "",
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/ChoCho66/vscode-markdown-attrs"
},
"type": "git",
"url": "https://github.com/ChoCho66/vscode-markdown-attrs"
},
"publisher": "ChoCho66",
"license": "MIT",
"engines": {
Expand All @@ -16,7 +16,11 @@
"categories": [
"Other"
],
"activationEvents": [],
"activationEvents": [
"onLanguage:markdown",
"onLanguage:quarto",
"onLanguage:rmarkdown"
],
"contributes": {
"markdown.markdownItPlugins": true,
"markdown.previewStyles": [
Expand All @@ -32,4 +36,4 @@
"markdown-it-attributes": "^1.2.0",
"markdown-it-bracketed-spans": "^1.0.1"
}
}
}

0 comments on commit 8088c14

Please sign in to comment.