balpan-rs / balpan

Simple CLI Tool that supports your onboarding for a journey on source code.
37 stars 7 forks source link

Suggestion: Exclude unnecessary languages from a "languages.toml" file. #52

Open gaeulbyul opened 1 year ago

gaeulbyul commented 1 year ago

When I build this project on my machine, It also builds many tree-sitter parsers that are specified in the languages.toml file and it takes a pretty long time. But IMO some of them are unnecessary for the current Balpan project, Especially non-programming languages. (For example, JSON, INI, Markdown, and so on)

I think excluding them may improve build time.

malkoG commented 1 year ago

I am agree with your opinion. I will resolve this issue within this week. :)