zeroc-ice / vscode-slice

Slice syntax highlighter for Visual Studio Code
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

Add New Slice Grammar to Linguist #5

Open InsertCreativityHere opened 9 months ago

InsertCreativityHere commented 9 months ago

Syntax highlighting in GitHub is done through the https://github.com/github-linguist/linguist repository. Since it would be nice to have our new .slice files highlighted on Github we should open a PR to add this.

However, Linguist (reasonably) only allows adding new file extensions after they reach a certain level of use on GitHub. As of opening this issue, due it it's newness, .slice sees virtually no usage on Github, so there's nothing to do for now.

When some time has passed, and the new Slice syntax has reached some level of adoption, we should open a PR with Linguist.

InsertCreativityHere commented 9 months ago

See the "What are the requirements to associate a new extension to a language?" section of https://github.com/github-linguist/linguist/issues/4263