Use two-face extra syntax definitions

This commit is contained in:
Jeremy Soller 2023-11-02 13:39:33 -06:00
parent 6f0994f752
commit 5e532534c3
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
2 changed files with 14 additions and 2 deletions

View file

@ -19,7 +19,7 @@ rust-embed = "6.3.0"
[dependencies.cosmic-text]
git = "https://github.com/pop-os/cosmic-text"
branch = "vi-editor"
features = ["syntect", "vi"]
features = ["syntect", "two-face", "vi"]
#path = "../cosmic-text"
[dependencies.libcosmic]