diff options
Diffstat (limited to 'libraries/tree-sitter/README')
-rw-r--r-- | libraries/tree-sitter/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/tree-sitter/README b/libraries/tree-sitter/README new file mode 100644 index 000000000000..55e7321e7ff7 --- /dev/null +++ b/libraries/tree-sitter/README @@ -0,0 +1,4 @@ +Tree-sitter is a parser generator tool and an incremental +parsing library. It can build a concrete syntax tree for a +source file and efficiently update the syntax tree as the +source file is edited. |