GTK frontend, written in Rust for the xi editor.
gxi is a work in progress!
You need to have the Rust compiler installed. I recommend using rustup.
sudo apt-get install libgtk-3-devsudo yum install gtk3-develRunning these commands will put the syntect plugin into your ~/.config/xi/plugins directory.
git clone https://github.com/google/xi-editor/
cd xi-editor/rust/syntect-plugin/
make installgit clone https://github.com/bvinc/gxi.git
cd gxi
cargo run