mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-27 03:09:07 +02:00
feat(treesitter): add jsdoc to ensure_installed (#1252)
better highlighting for jsdoc comment
This commit is contained in:
parent
c1fc996ccd
commit
566049aa4a
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ return {
|
||||||
"c",
|
"c",
|
||||||
"html",
|
"html",
|
||||||
"javascript",
|
"javascript",
|
||||||
|
"jsdoc",
|
||||||
"json",
|
"json",
|
||||||
"lua",
|
"lua",
|
||||||
"luadoc",
|
"luadoc",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue