TreeSitterLanguages icon indicating copy to clipboard operation
TreeSitterLanguages copied to clipboard

Add RunestoneLanguageSupport for All Languages

Open Lakr233 opened this issue 2 years ago • 2 comments

This pr should not make changes to existing users, but made easier for users to include all language.

Lakr233 avatar Nov 23 '23 05:11 Lakr233

@Lakr233 Thanks for opening the PR.

The source code for the languages in this repository has been copied from the repositories linked in the README. I would like to avoid making any changes by hand so we can always copy an updated version from a respective repository and replace it without needing to reapply any changes.

Therefore I need to ask if you made the changes to the languages by hand or if they reflect what's in the respective repositories?

simonbs avatar Nov 25 '23 07:11 simonbs

You have pointed that you don't want making any change to upstream code from tree sitter, so I removed those fix and make it clean.

The purpose of this PR is, by adding RunestoneLanguageSupport, developer can easily integrate all language support. I think that's all.

Lakr233 avatar Nov 25 '23 09:11 Lakr233