Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(lsp): use treesitter for stylize markdown | Maria José Solano | 2023-09-19 |
| | |||
* | fix(treesitter): update markdown parser and queries (#24429) | Christian Clason | 2023-07-22 |
| | |||
* | feat(treesitter): bundle markdown parser and queries (#22481) | Christian Clason | 2023-07-01 |
* bundle split Markdown parser from https://github.com/MDeiml/tree-sitter-markdown * add queries from https://github.com/nvim-treesitter/nvim-treesitter/tree/main * upstream `#trim!` and `#inject-language!` directives Co-authored-by: dundargoc <gocdundar@gmail.com> |