-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Add Jac language support #7653
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
base: main
Are you sure you want to change the base?
Add Jac language support #7653
Conversation
lildude
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The extension of the new language is used in hundreds of repositories on GitHub.com.
* Search results for each extension: * https://github.com/jaseci-labs/Agentic-AI/blob/main/jac-gpt/server/server.jac * https://github.com/jaseci-labs/Agentic-AI/blob/main/task_manager/byllm/BE/v1/main.jac * https://github.com/jaseci-labs/jaseci/blob/main/jac/examples/littleX/littleX.jac
This should be a GitHub search URL that is used to prove the popularity of your language, not a list of files. We even provide you with a hint which you just need to modify. Please correct this.
- Sample license(s):
Please state the license, not link to it. And we only need the license for the samples as the PR includes a cached copy of the grammar license.
As for your samples. We need real-world samples. Not contrived examples or demonstrations of concepts of the language. And two to three is plenty.
|
@lildude Hey, I’ve updated the PR description as requested. Could you please check if everything is now in the expected format? |
|
@lildude Samples also updated by adding 2 real applications we created. |
|
Please merge main into your branch so I can kick off the test. I can't merge main because your fork is owned by an organization that I'm not a member of. |
|
@lildude The main is merged with this branch and it's up to date now. |
Summery:
Added official support for the Jac programming language to GitHub Linguist, including language definition, syntax-highlighting grammar, and representative sample files.
Description
This pull request adds Jac language detection and highlighting by:
Checklist:
.jacextension of the new language is used in hundreds of repositories on GitHub.com.#FC792D