ZIm/crates/language/src
Nathan Sobo 88b03bc074
Allow file paths ending in a language-specific-extension to be used as the language name for injections (#12368)
This allows us to detect the language from the extension if we use paths
in fenced code blocks.

Release Notes:

- You can now use file paths ending in a language-specific file
extension at the start of markdown code blocks.
2024-08-22 19:02:49 -06:00
..
syntax_map Allow file paths ending in a language-specific-extension to be used as the language name for injections (#12368) 2024-08-22 19:02:49 -06:00
buffer.rs vim: Add 'gf' command, make files cmd-clickable (#16534) 2024-08-22 14:27:11 +02:00
buffer_tests.rs Replace lazy_static with std::sync::LazyLock (#16066) 2024-08-20 14:27:33 -04:00
diagnostic_set.rs lsp: Pass back diagnostic .data when querying code actions for it (#14962) 2024-07-22 17:49:11 +02:00
highlight_map.rs Docs for indent_size_for_line and co 2024-01-09 20:50:34 +01:00
language.rs Force Vue and Svelte language servers to be the first in the list for their languages (#16654) 2024-08-22 15:36:31 +03:00
language_registry.rs Remove primary/secondary distinction for CachedLspAdapter (#15634) 2024-08-01 13:51:34 -04:00
language_settings.rs Add bounded soft wrap (#16586) 2024-08-22 12:51:32 -06:00
markdown.rs Fix Markdown code rendering in tooltips ignoring languages (#10607) 2024-04-16 12:49:35 +02:00
outline.rs assistant: Add imports in a single area when using workflows (#16355) 2024-08-19 19:01:45 +02:00
proto.rs lsp: Pass back diagnostic .data when querying code actions for it (#14962) 2024-07-22 17:49:11 +02:00
syntax_map.rs Allow file paths ending in a language-specific-extension to be used as the language name for injections (#12368) 2024-08-22 19:02:49 -06:00
task_context.rs tasks: Add experimental support for user-defined task variables (#13699) 2024-07-01 15:59:19 +02:00