Skip to content

Commit

Permalink
Add remark-tree-sitter to list of plugins
Browse files Browse the repository at this point in the history
Closes GH-408.

Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
s0 authored and wooorm committed Jun 16, 2019
1 parent d22f1dc commit cc7867b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ See [Creating plugins][create] below.
— check and add the document title
* [`remark-toc`](https://github.com/remarkjs/remark-toc)
— add a table of contents
* [`remark-tree-sitter`](https://github.com/samlanning/remark-tree-sitter)
— highlight code blocks in markdown files using
[Tree-sitter](https://tree-sitter.github.io/tree-sitter/)
(rehype compatible)
* [`remark-unlink`](https://github.com/remarkjs/remark-unlink)
— remove all links, references, and definitions
* [`remark-usage`](https://github.com/remarkjs/remark-usage)
Expand Down

0 comments on commit cc7867b

Please sign in to comment.