Releases: andrewbranch/gatsby-remark-vscode
Releases · andrewbranch/gatsby-remark-vscode
v2.0.3
v2.0.2
Adds meta
field to GRVSCCodeBlock
GraphQL type
v2.0.1
- Fixes passing a grammar parameter to vscode-textmate in the wrong format, though fixing it had no effect on anything in existing tests. I think it will make a difference only for grammars that specify
tokenTypes
of a type besides"other"
, of which there are none in the included grammar definitions.
v2.0.0
See MIGRATING.md and #64 for details of what’s new!
Huge thanks to @janosh and @Rodrigo54 for testing the v2 alpha and leaving feedback.
Accept callback function for `wrapperClassName`
Bug fix: code fence options parsing
Comment-directive line highlighting
Adds the ability to use // highlight-line
, // highlight-next-line
, // highlight-start
, and // highlight-end
comments. Thanks @janosh!