Add RunestoneLanguageSupport for All Languages
This pr should not make changes to existing users, but made easier for users to include all language.
@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?
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.