-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Detailed description
Right now, GitHub doesn’t recognize Jule files, which means there’s no syntax highlighting for Jule code.
Adding Jule to GitHub Linguist will allow GitHub to properly highlight Jule code, making it easier to read and work with. This will help developers see the code clearly and improve collaboration. It will also make Jule more visible, helping it gain popularity and attract more contributors.
Context
Currently, Jule isn’t supported for syntax highlighting on GitHub, which makes it harder to read and work with Jule code in repositories. It will help Jule gain more visibility, encouraging more people to try it out and contribute, which could help grow the Jule community.
Possible implementation
We can:
- Add the
.julefile extension to thelanguages.ymlfile in the Linguist repository. - Set up syntax highlighting rules for Jule to match its basic syntax, similar to how other languages are handled.
- Test the changes using some Jule code samples to ensure the highlighting works properly.
- Submit a pull request to the Linguist repository so the changes can be reviewed and merged.
This process should help GitHub recognize and highlight Jule code correctly.
Additional information
No response