Add JSDoc syntax highlighting support (#7826)
 Closes #4926 Release Notes: - Added support for [JSDoc](https://jsdoc.app) syntax highlighting ([#7224](https://github.com/zed-industries/zed/issues/7224)).
This commit is contained in:
parent
24e7cfb0d5
commit
eecbafb94e
10 changed files with 37 additions and 0 deletions
|
@ -58,6 +58,7 @@ tree-sitter-haskell.workspace = true
|
|||
tree-sitter-hcl.workspace = true
|
||||
tree-sitter-heex.workspace = true
|
||||
tree-sitter-html.workspace = true
|
||||
tree-sitter-jsdoc.workspace = true
|
||||
tree-sitter-json.workspace = true
|
||||
tree-sitter-lua.workspace = true
|
||||
tree-sitter-markdown.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue