Skip to content

Commit

Permalink
Add activation event for .adoc files (#877)
Browse files Browse the repository at this point in the history
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
  • Loading branch information
ohhmm and devin-ai-integration[bot] committed May 12, 2024
1 parent 41139c9 commit 39a3e20
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
"categories": [
"Programming Languages"
],
"activationEvents": [
"onWebviewPanel:asciidoc.preview"
],
"activationEvents": [
"onWebviewPanel:asciidoc.preview",
"onLanguage:asciidoc"
],
"contributes": {
"languages": [
{
Expand Down

0 comments on commit 39a3e20

Please sign in to comment.