ZIm/crates/zed/src/languages/javascript
Piotr Osiewicz e9edad1d51
language: Accept multiple values in line_comment language knob. (#6713)
This opens up a possibility of supporting multiple comment continuation
flavours in editor, e.g. doc comments for Rust (which we seize as well
in this commit). Only the first `line_comment` value is used for
Editor::ToggleComments

Fixes: https://github.com/zed-industries/zed/issues/6692

Release Notes:
- Added support for doc-comment continuations in Rust language.
2024-01-25 19:25:21 +01:00
..
brackets.scm Add javascript and jsx specific languages 2022-04-13 10:58:42 -07:00
config.toml language: Accept multiple values in line_comment language knob. (#6713) 2024-01-25 19:25:21 +01:00
contexts.scm Start work on language config overrides 2023-01-19 12:32:08 -08:00
embedding.scm update semantic index tests for javascript 2023-07-25 10:38:37 -04:00
highlights.scm Revert "Extract syntax highlighting properties from tree-sitter highlight queries (#2797)" 2023-08-02 12:15:39 -07:00
indents.scm Add javascript and jsx specific languages 2022-04-13 10:58:42 -07:00
outline.scm Update JavaScript outline queries 2023-06-09 15:33:27 +02:00
overrides.scm Use normal JS comments within JSX tags and JSX expression blocks 2023-11-09 10:58:33 -08:00