syntax: Move config types to a separate module

This commit is contained in:
Michael Davis
2025-02-20 17:08:47 -05:00
parent 84e95d35ee
commit c94fde8d1c
24 changed files with 657 additions and 639 deletions

View File

@@ -4,7 +4,7 @@ use crate::{
types::*,
Error, Result,
};
use helix_core::syntax::DebuggerQuirks;
use helix_core::syntax::config::DebuggerQuirks;
use serde_json::Value;