summaryrefslogtreecommitdiffstats
path: root/src/assets.rs
diff options
context:
space:
mode:
authorOliver Looney <88001922+Oliver-Looney@users.noreply.github.com>2024-02-11 22:53:48 +0000
committerGitHub <noreply@github.com>2024-02-11 22:53:48 +0000
commitc3f2ddf5092e9f81052e3183fdbf5ae68147a8af (patch)
tree5db103ecca22c96828cfed69dff304be35c4631f /src/assets.rs
parent8a51172b119d95fd5984ad46639307140b675c1b (diff)
parent5a2a20af42e7a426943122524287844acc5ee975 (diff)
Merge branch 'master' into 2783-setting-terminal-title
Diffstat (limited to 'src/assets.rs')
-rw-r--r--src/assets.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assets.rs b/src/assets.rs
index 7ce1a8f6..0129f76b 100644
--- a/src/assets.rs
+++ b/src/assets.rs
@@ -441,7 +441,7 @@ mod tests {
fn new() -> Self {
SyntaxDetectionTest {
assets: HighlightingAssets::from_binary(),
- syntax_mapping: SyntaxMapping::builtin(),
+ syntax_mapping: SyntaxMapping::new(),
temp_dir: TempDir::new().expect("creation of temporary directory"),
}
}