7 releases

0.0.8 Nov 7, 2021
0.0.7 Nov 5, 2021
0.0.6 Oct 10, 2021

#313 in Text editors

MIT/Apache

88KB
2.5K SLoC

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.

Dependencies

~2.5MB
~43K SLoC