ZIm/crates/languages/src
chbk 3da1de2a48
Add JSDoc scope (#29476)
This is a small PR that adds a `.jsdoc` scope to JSDoc tokens, just like
[JSX](3fdbc3090d/crates/languages/src/javascript/highlights.scm (L239))
has a specific scope.
This effectively allows differentiating between JavaScript keywords and
JSDoc tags in comments.

Release Notes:

  - Add scope for JSDoc
2025-06-06 08:31:59 -04:00
..
bash Fix aggressive indent in shell scripts (#31973) 2025-06-03 10:50:58 -04:00
c editor: Add astrick on new line in multiline comment for Go, Rust, C, and C++ (#30808) 2025-05-16 15:30:04 +05:30
cpp editor: Add astrick on new line in multiline comment for Go, Rust, C, and C++ (#30808) 2025-05-16 15:30:04 +05:30
css Add completion_query_characters in language (#27175) 2025-03-20 16:45:35 +05:30
diff Improve diff syntax highlighting queries (#21740) 2024-12-12 15:18:36 -08:00
gitcommit Fix syntax highlighting of git commit messages (#26988) 2025-03-18 18:18:56 +00:00
go editor: Add astrick on new line in multiline comment for Go, Rust, C, and C++ (#30808) 2025-05-16 15:30:04 +05:30
gomod Add "tool" support to go.mod (#22995) 2025-01-15 17:44:28 +02:00
gowork File context for assistant panel (#9712) 2024-03-29 13:55:01 -07:00
javascript Fix matching braces in jsx/tsx tags (#32196) 2025-06-05 18:10:22 -07:00
jsdoc Add JSDoc scope (#29476) 2025-06-06 08:31:59 -04:00
json Add completion_query_characters in language (#27175) 2025-03-20 16:45:35 +05:30
jsonc Treat bun.lock as JSONC (#27359) 2025-03-24 09:46:23 -04:00
markdown Add completion_query_characters in language (#27175) 2025-03-20 16:45:35 +05:30
markdown-inline Hide Markdown-Inline language from users with a new 'hidden' flag on language configs (#17104) 2024-08-29 11:23:33 -07:00
python python: Improve docstring highlighting (#31628) 2025-05-29 00:02:40 +02:00
regex Improve Regex highlighting (#28183) 2025-04-18 12:44:13 -04:00
rust editor: Add astrick on new line in multiline comment for Go, Rust, C, and C++ (#30808) 2025-05-16 15:30:04 +05:30
tsx javascript/typescript/tsx: Highlight private properties (#31527) 2025-05-27 16:05:53 +00:00
typescript Improve TypeScript shebang detection (#31437) 2025-05-30 16:11:13 -04:00
yaml vim: Update anyquotes and anybrackets to behave like mini.ai plugin (#24167) 2025-02-17 14:55:48 -07:00
bash.rs Fix aggressive indent in shell scripts (#31973) 2025-06-03 10:50:58 -04:00
c.rs Allow LSP adapters to decide, which diagnostics to underline (#31450) 2025-05-26 22:19:02 +03:00
css.rs Use read-only access methods for read-only entity operations (#31479) 2025-05-26 23:04:31 -04:00
go.rs Improve TypeScript task detection (#31711) 2025-05-29 20:51:20 +00:00
json.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
lib.rs Improve TypeScript task detection (#31711) 2025-05-29 20:51:20 +00:00
python.rs Fix Python virtual environment detection (#31934) 2025-06-03 16:35:13 +02:00
rust.rs Improve TypeScript task detection (#31711) 2025-05-29 20:51:20 +00:00
tailwind.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
typescript.rs Add a JS/TS debug locator (#31769) 2025-05-30 17:15:42 +00:00
vtsls.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
yaml.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00