mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00: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
Reference in a new issue