ShuguangSun / tree-sitter-ess-r

R with tree-sitter support.
GNU General Public License v3.0
8 stars 2 forks source link

Cannot find shared library for language: r #1

Closed zhenhua-wang closed 2 years ago

zhenhua-wang commented 2 years ago

Thank you for this package! I am getting this error while install it. tree-sitter-ess-r/:catch: Cannot find shared library for language: r. Do you know how to fix this? I have tree-sitter and tree-sitter-langs installed.

ShuguangSun commented 2 years ago

r is not included in the tree-sitter package and we need to compile it. Please refer to https://github.com/manateelazycat/grammatical-edit

ShuguangSun commented 2 years ago

README has been updated to specify how to make tree-sitter support R