mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 10:57:48 +03:00
feat: rename file type to .multicursor
This commit is contained in:
parent
3fed359a0f
commit
8eb0ac4123
1 changed files with 2 additions and 2 deletions
|
@ -41,9 +41,9 @@ pub fn highlighted_code_block<'a>(
|
|||
|
||||
let get_theme = |key: &str| -> Style { theme.map(|t| t.get(key)).unwrap_or_default() };
|
||||
|
||||
// Apply custom rendering rules to Helix code blocks.
|
||||
// Apply custom rendering rules to multicursor code blocks.
|
||||
// These render selections as if in the real editor.
|
||||
if language == "helix" {
|
||||
if language == "multicursor" {
|
||||
let (text, selections) = match parse_selection_string(text) {
|
||||
Ok(value) => value,
|
||||
Err(err) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue