mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
syntax: Move config types to a separate module
This commit is contained in:
@@ -4,7 +4,7 @@ use crate::{
|
||||
types::*,
|
||||
Error, Result,
|
||||
};
|
||||
use helix_core::syntax::DebuggerQuirks;
|
||||
use helix_core::syntax::config::DebuggerQuirks;
|
||||
|
||||
use serde_json::Value;
|
||||
|
||||
|
Reference in New Issue
Block a user