zed/crates
Max Brunsfeld 31dac39e34 Fix assignment of language to formerly-untitled buffers
When lazy-loading a language, check if it matches plain text buffers.

Co-authored-by: Nathan Sobo <nathan@zed.dev>
2023-02-17 11:12:57 -08:00
..
activity_indicator Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
assets Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
auto_update Add auto update setting 2023-02-14 18:05:42 -08:00
breadcrumbs Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
call Avoid creating more than one room when inviting multiple people at once 2023-02-14 12:03:30 +01:00
cli Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
client Add timeouts to HTTP client 2023-02-15 15:00:44 +01:00
clock Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
collab Avoid creating more than one room when inviting multiple people at once 2023-02-14 12:03:30 +01:00
collab_ui fix unsaved change 2023-02-03 12:47:20 -08:00
collections Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
command_palette Remove catch all keymap and KeyPressed action 2023-02-13 13:50:37 -08:00
context_menu Fixed a bug where the command palette wouldn't check the keymap context when showing available actions 2023-02-06 15:42:14 -08:00
db Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
diagnostics Switch from vec to smallvec 2023-02-13 12:49:57 -08:00
drag_and_drop Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
editor update tree-sitter-typescript to add support for new satisfies operator 2023-02-16 12:24:35 -08:00
feedback Switch from vec to smallvec 2023-02-13 12:49:57 -08:00
file_finder Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
fs Removed old experiments settings and staff mode flag, added new StaffMode global that is set based on the webserver's staff bit 2023-01-27 15:43:12 -08:00
fsevent Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
fuzzy Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
git Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
go_to_line Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
gpui Merge pull request #2176 from zed-industries/better-move-to-brackets 2023-02-15 14:32:51 -08:00
gpui_macros Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
journal Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
language Merge pull request #2182 from zed-industries/faster-injections 2023-02-16 12:52:13 -08:00
live_kit_client Style 2023-01-25 15:09:57 -05:00
live_kit_server Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
lsp Always respond to language server, even when its requests are malformed 2023-02-09 15:30:10 +01:00
media Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
menu Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
outline Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
pando fix build error 2023-02-13 14:12:43 -08:00
picker Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
plugin Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
plugin_macros Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
plugin_runtime Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
project Fix assignment of language to formerly-untitled buffers 2023-02-17 11:12:57 -08:00
project_panel Introduce reveal_path in Platform 2023-02-14 15:14:15 +02:00
project_symbols Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
recent_projects show notification if no recent projects 2023-02-07 00:10:11 -08:00
rope Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
rpc Ensure proto::UpdateWorktree::removed_entries doesn't exceed chunk size 2023-01-26 17:26:31 +01:00
search Switch from vec to smallvec 2023-02-13 12:49:57 -08:00
settings Add auto update setting 2023-02-14 18:05:42 -08:00
snippet Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
sqlez fix sqlez warning, introduce tab and enter bindings to vim for inputing tab and enter text when waiting for text 2023-02-13 13:50:37 -08:00
sqlez_macros Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
sum_tree Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
terminal Merge pull request #2161 from zed-industries/community/3-reveal-in-finder 2023-02-15 16:11:04 +02:00
terminal_view Switch from vec to smallvec 2023-02-13 12:49:57 -08:00
text Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
theme Style info text 2023-02-08 21:26:27 -05:00
theme_selector Move StaffMode declaration out of paths 2023-01-27 15:45:33 -08:00
theme_testbench Switch from vec to smallvec 2023-02-13 12:49:57 -08:00
util Use open_url from the platform module 2023-02-15 15:58:57 +02:00
vim use more predictable rules for selecting which bracket to jump to and where 2023-02-15 14:04:16 -08:00
workspace Merge pull request #2173 from zed-industries/tab-bar-background-focus-pane 2023-02-15 16:07:10 -05:00
zed Merge pull request #2181 from zed-industries/update-typesript-tree-sitter 2023-02-16 12:56:40 -08:00