Skip to content

Commit

Permalink
Add tree-sitter pre-built grammar wheels
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <[email protected]>
  • Loading branch information
keshav-space committed Apr 24, 2024
1 parent fa30882 commit aef3b50
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ install_requires =
plugincode
commoncode
typecode
tree-sitter
tree-sitter-bash
tree-sitter-c
tree-sitter-cpp
tree-sitter-go
tree-sitter-java
tree-sitter-javascript
tree-sitter-python
tree-sitter-rust

[options.packages.find]
where = src
Expand All @@ -54,6 +63,7 @@ where = src
scancode_scan =
source_symbol = source_inspector.symbols_ctags:CtagsSymbolScannerPlugin
source_string = source_inspector.strings_xgettext:XgettextStringScannerPlugin
source_symbol_string = source_inspector.symbols_strings_tree_shitter:TSSymbolAndStringScannerPlugin


[options.extras_require]
Expand Down

0 comments on commit aef3b50

Please sign in to comment.