rvim

Crates.iorvim
lib.rsrvim
version0.0.8
sourcesrc
created_at2021-10-06 01:57:31.298487
updated_at2021-11-07 01:03:35.312378
descriptionA text editor in rust
homepage
repositoryhttps://github.com/takashiidobe/rvim
max_upload_size
id460966
size135,853
Takashi Idobe (Takashiidobe)

documentation

https://docs.rs/rvim

README

rvim

A text editor in rust. Based off the wonderful tutorial by Philipp Flenker Hecto: Build your own text editor in Rust

Syntax Highlighting

Supports syntax highlighting for the following languages:

  • Bash (.sh)
  • C (.c, .h)
  • C++ (.cc, .cpp, .C, .h, .hh, .hpp)
  • C# (.cs)
  • Java (.java)
  • Javascript (.js)
  • JSON (.json)
  • Go (.go)
  • Python (.py)
  • R (.r)
  • Ruby (.rb)
  • Rust (.rs)

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 28

cargo fmt