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

Adding support for a new language #104

Open
lem102 opened this issue Apr 15, 2024 · 3 comments
Open

Adding support for a new language #104

lem102 opened this issue Apr 15, 2024 · 3 comments

Comments

@lem102
Copy link

lem102 commented Apr 15, 2024

I'd like to add support for a new lanugage.

As advised in the readme, I have looked at the code for json support. This file doesn't seem to contain anything that tells combobulate that there is support for json.

Other than creating a similar file for the new language, what else do I need to do to at least tell combobulate that there is some support for a new language?

P.S. What does the build-relationships.py script do?

Cheers.

@mickeynp
Copy link
Owner

Please use the development branch as it is substantially different and should be somewhat simpler to set up.

The python script downloads the rules and types and updates the rules file. It's required. You'll need to define the procedures for the language, with JSON being but one example of how to do it.

The language definer macro in the development branch is what you want to use.

@lem102
Copy link
Author

lem102 commented Apr 16, 2024 via email

@mickeynp
Copy link
Owner

Not really, I'm afraid. Looking at other languages and experimenting is the only way, until I add documentation.

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

No branches or pull requests

2 participants