xaizek / zograscope (License: AGPLv3 only) (since 2018-12-07)
Mainly a syntax-aware diff that also provides a number of additional tools.
<root> / third-party / tree-sitter / parsers / README.md (9e94a33b27e80ce70810762823d6507d121cf82a) (583B) (mode 100644) [raw]
Third-party grammars are amended to be more suitable for zograscope and
regenerated.  This avoids rewriting tree after obtaining it from tree-sitter.
Below is information about what served as base versions for each imported
grammar.

`bash-*` files
==============

Bash parser is generated from a grammar at

    https://github.com/tree-sitter/tree-sitter-bash

 * commit: 4094e3a
 * date: 2021-11-02

`lua-*` files
=============

Lua parser is generated from a grammar based on

    https://github.com/Azganoth/tree-sitter-lua

 * commit: 6b02dfd
 * date: 2022-08-14
 * tag: v2.1.3
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/zograscope

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/zograscope

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master