Add SyntaxEditor abstraction using optional synect feature
This commit is contained in:
parent
ecf61a93b1
commit
1663bfc96c
7 changed files with 283 additions and 167 deletions
|
|
@ -86,3 +86,8 @@ mod shape;
|
|||
pub use self::swash::*;
|
||||
#[cfg(feature = "swash")]
|
||||
mod swash;
|
||||
|
||||
#[cfg(feature = "syntect")]
|
||||
pub use self::syntect::*;
|
||||
#[cfg(feature = "syntect")]
|
||||
mod syntect;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue