项目作者: prataprc

项目描述 :
Text EDitor program
高级语言: Rust
项目地址: git://github.com/prataprc/ted.git
创建时间: 2020-04-15T06:09:29Z
项目社区:https://github.com/prataprc/ted

开源协议:

下载


To clone this project and make it working:

  • Install Rust tool-chain.
  • Clone this repository locally.
  • Clone submodules.
    • $ cd <repo-clone-path>
    • $ git submodule init
    • $ git submodule update
  • Setup tree-sitter incremental-parser
    • Install npm package.
    • $ npm install tree-sitter-cli
    • $ export PATH=$PATH:<repo-clone-path>/node_modules/.bin