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

Add support for D language #4072

Closed
wants to merge 1 commit into from
Closed

Add support for D language #4072

wants to merge 1 commit into from

Conversation

ErdoganSeref
Copy link

The change resolves #3832. I need help to complete the tree-sitter configuration.

Update lang-support
Add language config
Add tree-sitter config
@the-mikedavis
Copy link
Member

That repository git-ignores the generated parser.c and parser.h files which we need to compile the parser. See CyberShadow/tree-sitter-d#6

You can get around it by creating a fork of the repository, removing these lines, running tree-sitter generate, and committing the generated files.

@the-mikedavis the-mikedavis added the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Oct 2, 2022
@the-mikedavis
Copy link
Member

It looks like the author of #3832 is working on rewriting or improving tree-sitter-d, so we might be able to take advantage of that new grammar when they are finished

@the-mikedavis
Copy link
Member

#3832 (comment)

@ErdoganSeref ErdoganSeref closed this by deleting the head repository Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for D
2 participants