Skip to content
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

Does code-graph only support Python? #136

Open
Emma-Miao opened this issue Sep 21, 2024 · 4 comments
Open

Does code-graph only support Python? #136

Emma-Miao opened this issue Sep 21, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@Emma-Miao
Copy link

I can see there is only python.ts under language directory.

@luciob
Copy link

luciob commented Oct 14, 2024

Hello, bumping this topic, asking about TypeScript support.
It's true there's only language/python.ts file but I've seen that there are tree-sitter binary files for 5 different languages (TS is there).

I've tried to extend the set of available languages using the language.ts interface provided and using the queries file located here: https://github.com/tree-sitter/tree-sitter-typescript/tree/master/queries. I'm not grammar expert but looks like this road is not the correct one.

Can you provide some examples on how this project can be extended?
Thank you

CC: @masmau

@gkorland
Copy link
Contributor

@Emma-Miao @luciob, we're working on a new version with support to more programming languages. We plan to release the first beta in a couple of weeks, can you please share which programming languages support are you looking for?

@gkorland gkorland added the enhancement New feature or request label Oct 15, 2024
@luciob
Copy link

luciob commented Oct 16, 2024

@Emma-Miao @luciob, we're working on a new version with support to more programming languages. We plan to release the first beta in a couple of weeks, can you please share which programming languages support are you looking for?

Hi @gkorland, in the short term the focus would be on modern languages like TypeScript and JavaScript. In the long term we might look for support of other languages like PL/SQL, ABAP and Java. Thank you

@gkorland
Copy link
Contributor

@luciob thanks, JavaScript, Java (and C/C++) are defiantly on our short list for the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants