mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
syntax: Properly handle injection-regex for language injections
This commit is contained in:
parent
ef532e0c0d
commit
dd0b15e1f1
3 changed files with 37 additions and 4 deletions
|
@ -88,7 +88,7 @@ fn parse<'a>(
|
|||
if let Some(theme) = theme {
|
||||
let rope = Rope::from(text.as_ref());
|
||||
let syntax = loader
|
||||
.language_config_for_scope(&format!("source.{}", language))
|
||||
.language_configuration_for_injection_string(language)
|
||||
.and_then(|config| config.highlight_config(theme.scopes()))
|
||||
.map(|config| Syntax::new(&rope, config));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue