ZIm/crates/zed/src/languages
Antonio Scandurra 19adfdf8bb Match progress token's prefix to detect disk-based diagnostic progress
The new version of rust-analyzer changed the disk-based diagnostic token
to `rust-analyzer/checkOnSave/0`. The trailing number could be different
from 0 when there are multiple Rust projects open using the same rust-analyzer
instance.

As such, with this commit we will perform a prefix match as opposed to a strict
equality check when detecting a disk-based diagnostics progress token.
2022-10-25 11:35:59 +02:00
..
c Tweak SCREAMING_SNAKE_CASE regexes in highlight queries 2022-10-07 12:46:49 -07:00
cpp Tweak SCREAMING_SNAKE_CASE regexes in highlight queries 2022-10-07 12:46:49 -07:00
css CSS: color '#' the same as the rest of the color 2022-10-07 12:44:39 -07:00
elixir 💄 2022-08-22 15:05:11 +02:00
go Tweak golang outline query 2022-06-09 13:31:30 -07:00
html Start work on toggling block comments for HTML 2022-10-04 17:27:03 -07:00
javascript Tweak SCREAMING_SNAKE_CASE regexes in highlight queries 2022-10-07 12:46:49 -07:00
json Highlight punctuation uniformly in all supported languages 2022-04-22 12:16:49 -07:00
markdown Highlight files ending in mdx as Markdown 2022-06-20 15:53:45 +02:00
python Tweak SCREAMING_SNAKE_CASE regexes in highlight queries 2022-10-07 12:46:49 -07:00
rust Tweak SCREAMING_SNAKE_CASE regexes in highlight queries 2022-10-07 12:46:49 -07:00
toml Highlight punctuation uniformly in all supported languages 2022-04-22 12:16:49 -07:00
tsx Add missing auto-close brackets from various languages 2022-06-20 11:38:12 +02:00
typescript Tweak SCREAMING_SNAKE_CASE regexes in highlight queries 2022-10-07 12:46:49 -07:00
c.rs Add Buffer::language_at, update MultiBuffer to use it 2022-09-28 12:32:04 -07:00
elixir.rs Add Buffer::language_at, update MultiBuffer to use it 2022-09-28 12:32:04 -07:00
go.rs Add Buffer::language_at, update MultiBuffer to use it 2022-09-28 12:32:04 -07:00
html.rs Basic html highlighting + lsp support 2022-09-28 12:32:04 -07:00
installation.rs Open a buffer for every language server error when clicking on status 2022-06-16 10:00:29 +02:00
json.rs Download json-language-server as a zip instead of as a binary 2022-09-21 09:49:18 +02:00
language_plugin.rs Revert "Merge pull request #1359 from zed-industries/plugin-json-enable" 2022-07-18 19:04:49 -07:00
python.rs Add Buffer::language_at, update MultiBuffer to use it 2022-09-28 12:32:04 -07:00
rust.rs Match progress token's prefix to detect disk-based diagnostic progress 2022-10-25 11:35:59 +02:00
typescript.rs Add Buffer::language_at, update MultiBuffer to use it 2022-09-28 12:32:04 -07:00