Skip to content
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

Add .code-snippets as a JSONC extension #5777

Merged
merged 2 commits into from
Feb 14, 2022
Merged

Add .code-snippets as a JSONC extension #5777

merged 2 commits into from
Feb 14, 2022

Conversation

Nixinova
Copy link
Contributor

@Nixinova Nixinova commented Feb 10, 2022

Description

Adds .code-snippets to the list of JSONC filenames.
The files are used by vscode.
Proof it's JSONC (love the new search, shame its only got a 100-file limit atm)

Checklist:

  • I am associating a language with a new file extension.
    • The new extension is used in hundreds of repositories on GitHub.com
    • I have included a real-world usage sample for all extensions added in this PR:
      • Sample source: file, with the code uncommented
      • Sample license: MIT
    • I have included a change to the heuristics to distinguish my language from others using the same extension.

@Nixinova Nixinova requested a review from a team as a code owner February 10, 2022 23:44
@lildude lildude merged commit 5657cab into github-linguist:master Feb 14, 2022
@Nixinova Nixinova deleted the code-snippets branch February 14, 2022 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proposal: Add .code-snippets
3 participants