Add JSDoc syntax highlighting support (#7826)

![SCR-20240215-mokn](https://github.com/zed-industries/zed/assets/67913738/17750eb5-bf48-4e23-adc5-0f7a5e15a41b)

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:
Robin Pfäffle 2024-03-15 22:17:06 +01:00 committed by GitHub
parent 24e7cfb0d5
commit eecbafb94e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 37 additions and 0 deletions

View file

@ -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