diff options
author | Julian Grinblat <julian@dotcore.co.il> | 2020-12-26 15:34:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-12-26 15:34:38 +0700 |
commit | e245029676be606eb57b262b3f217e0117f0cf96 (patch) | |
tree | c640db706c4ac20d3f25768bb47f2e9f55887caa /libraries/tree-sitter/slack-desc | |
parent | 9f645bf8bebd46a6f050e52a20bb0e62a05138c6 (diff) | |
download | slackbuilds-e245029676be606eb57b262b3f217e0117f0cf96.tar.gz |
libraries/tree-sitter: Added (parser generator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/tree-sitter/slack-desc')
-rw-r--r-- | libraries/tree-sitter/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/tree-sitter/slack-desc b/libraries/tree-sitter/slack-desc new file mode 100644 index 0000000000..a9210f6f2f --- /dev/null +++ b/libraries/tree-sitter/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +tree-sitter: tree-sitter (parser generator) +tree-sitter: +tree-sitter: Tree-sitter is a parser generator tool and an incremental parsing +tree-sitter: library. It can build a concrete syntax tree for a source file and +tree-sitter: efficiently update the syntax tree as the source file is edited. +tree-sitter: +tree-sitter: +tree-sitter: +tree-sitter: +tree-sitter: +tree-sitter: https://github.com/tree-sitter/tree-sitter |