Open marvhus opened 11 months ago
Working on this right now.
Right now it's not looking so good, chiefly because of an issue with the grammar.
The only syntax file format accepted by the repository is .json
, which eliminates two that you provided, leaving us with only the VS Code extension syntax. But this might be fine, since there seem to be a group of small, fixable errors with that syntax (like trailing commas accepted by some json parsers, just not the grammar parser accepted by linguist). I am trying to see if I can get a working version right now, in this fork.
So, a few things could happen from this point:
Okay, small update. I have a working syntax arrangement for the grammars now, but I just need adequate permission to use it (or a license for the syntax) from the VS Code extension repo's maintainer.
@johnmays, looks like Jails has a syntax highlighting file marked as MIT
in https://github.com/SogoCZE/Jails/tree/parser/vscode_extension/syntaxes. then, it could be used, but that still leaves the sample code to be written, or used from another adequately licensed project.
@funkkiy I can certainly give it a try when I have some free time. I'll keep you posted.
I'm also interested in this. The syntax of Jai is not yet final, and it's still in private beta, so it's not super important to have support immediately, but it would be cool to support it since there are more and more public repos popping up with .jai files in them.
The LICENSE has been now added to the original syntax repo: https://github.com/onelivesleft/the-language/commit/11160a470c67e083d7a83f5ee85070e49063640e.
Language name
Jai
URL of example repository
https://github.com/search?q=path%3A*.jai&type=code 5.2k files
Projects using the language:
https://github.com/focus-editor/focus https://github.com/SogoCZE/Jails
Wiki showing how the language works. Might be useful:
https://github.com/Jai-Community/Jai-Community-Library/wiki
URL of syntax highlighting grammar
https://github.com/krig/jai-mode (emacs highlighting) https://github.com/rluba/jai.vim (vim highlighting) https://github.com/onelivesleft/the-language (VS Code highlighting)
Most popular extensions
.jai
Detected language
none