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
2
test.sh
2
test.sh
|
|
@ -7,5 +7,7 @@ cargo test
|
|||
cargo build --release --no-default-features
|
||||
cargo build --release --no-default-features --features std
|
||||
cargo build --release --no-default-features --features swash
|
||||
cargo build --release --no-default-features --features syntect
|
||||
cargo build --release --all-features
|
||||
cargo build --release --all
|
||||
env RUST_LOG=editor_test=info target/release/editor-test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue