Skip to content

Commit 48386cf

Browse files
authored
Merge pull request #25 from chivandikwa/boyscout
[BOYSCOUT] Balance braces in plugins configuration sample
2 parents 3b2e19a + bdf3079 commit 48386cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ Add to your `gatsby-config.js` (all options are optional; defaults shown here):
6969
}) => ''
7070
}
7171
}]
72+
}
73+
}
7274
```
7375
7476
Write code examples in your markdown file as usual:
@@ -203,6 +205,10 @@ Add those strings to the `extensions` option in your plugin configuration in `ga
203205
identifier: 'daltonjorge.scala',
204206
version: '0.0.5'
205207
}]
208+
}
209+
]}
210+
}
211+
}]
206212
```
207213
208214
Next time you `gatsby develop` or `gatsby build`, the extension will be downloaded and Scala code fences will be highlighted. Extensions are downloaded to `node_modules/gatsby-remark-vscode/lib/extensions`, so they remain cached on disk as long as `gastsby-remark-vscode` does.

0 commit comments

Comments
 (0)