fix: mdx treesitter
This commit is contained in:
parent
3aed04f7f5
commit
175fcea336
1 changed files with 6 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ return {
|
||||||
"luap",
|
"luap",
|
||||||
"markdown",
|
"markdown",
|
||||||
"markdown_inline",
|
"markdown_inline",
|
||||||
"mdx",
|
|
||||||
"nix",
|
"nix",
|
||||||
"norg",
|
"norg",
|
||||||
"printf",
|
"printf",
|
||||||
|
|
@ -49,4 +48,10 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
-- MDX syntax highlighting (uses markdown treesitter + TSX injections)
|
||||||
|
{
|
||||||
|
"davidmh/mdx.nvim",
|
||||||
|
config = true,
|
||||||
|
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue