summaryrefslogtreecommitdiff
path: root/textproc/tree-sitter-grammars/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/tree-sitter-grammars/pkg-descr')
-rw-r--r--textproc/tree-sitter-grammars/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/tree-sitter-grammars/pkg-descr b/textproc/tree-sitter-grammars/pkg-descr
new file mode 100644
index 000000000000..99294eae3da0
--- /dev/null
+++ b/textproc/tree-sitter-grammars/pkg-descr
@@ -0,0 +1,9 @@
+Collection of tree-sitter grammars
+
+Language support such as tokenizing and highlighting is provided by Tree-sitter.
+Each language requires a Tree-sitter grammar to have tokenization and queries
+to provide additional features such as syntax highlighting.
+
+Lapce has select few (Rust, JSON, TOML) grammars built-in for convenience.
+All other languages need to provide an externally loadable grammar in a form of
+shared library, which this port provides.