-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
👀 Missing Languages #10
Comments
@lukepistrol, Are we planning to add kotlin? I'm willing to contribute to it |
@ahmed3elshaer We should be including kotlin. We would love the contribution! Feel free to reach out to @lukepistrol in the #editor channel in our Discord server to coordinate. |
@ahmed3elshaer the Kotlin grammar is still in development and does not have a |
@austincondiff thanks for the clarification 👍 |
I already started planning this, thanks for the referral 👌🏻 |
Is TypeScript and TSX coming soon? |
@hamzaplojovic if it is not yet on the list, it definitely should be. Here is the tree-sitter repo for it... Edit: It looks like it is on the list but not yet implemented. Feel free to take a stab at it, otherwise it will be coming soon. |
I will try, but I just wanted to remind you of one of the most popular ones 😊 |
Just a tip that Elixir is probably good to get on this list: https://github.com/elixir-lang/tree-sitter-elixir |
The link to my spm branch on tree-sitter-typescript: https://github.com/lukepistrol/tree-sitter-typescript/tree/feature/spm |
It would be amazing to see Terraform/HCL here too 😃 |
is it possible to fix the doc link? |
@MikePendo this might very much be related to this: We're not the only ones having this issue as there is already a ticket on the official |
@MikePendo the links should now be working again! Fixed the issues for now! |
Be great to support:
All the web work i do is svelte and until the above is available i cant really get stuck in to code edit for real work, happy to test and provide detailed feedback for any of these! |
Twig is popular too. |
There are several
language grammars
available fortree-sitter
. Checked items have SPM already implemented.Supported languages
See the following section in the README:
Add new Languages
In order to make it a little easier to add SPM support to grammars, I wrote an article in the documentation:
Add languages
The text was updated successfully, but these errors were encountered: