CodeEditApp / CodeEditLanguages

A Collection of Tree-Sitter Parsers for Syntax Highlighting
101 stars 28 forks source link

Ada Language Support #77

Open oscarrutt opened 1 month ago

oscarrutt commented 1 month ago

Description

Gotta have Ada language support! :-) VSC has outstanding Ada support through the GNAT community (GNAT = GNU Ada) so surely this is borrowable.

Alternatives Considered

No response

Additional Context

No response

Screenshots

No response

matthijseikelenboom commented 3 weeks ago

Your claim that VS Code has outstanding support for Ada is half true. It may have good support for it but that support comes from the community that has built the extension(s), it's not out of the box. Note that it is the plan for CodeEdit to do the same. It will support languages that are widely used. But for those that are not, support will have to come from extensions in the future. Currently the extension API isn't ready yet, so that will have to be done first.

oscarrutt commented 1 week ago

Thank you for your comment.