Skip to content

Add .c3i and .c3t to supported C3 extensions - #8095

Open
Alhadis wants to merge 3 commits into
mainfrom
c3-extensions
Open

Add .c3i and .c3t to supported C3 extensions#8095
Alhadis wants to merge 3 commits into
mainfrom
c3-extensions

Conversation

@Alhadis

@Alhadis Alhadis commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Description

This pull-request fixes #8082 by adding support for the .c3i and .c3t file extensions to the C3 language, originally added by @rudywasfound in #7525.

/cc @0riginaln0

Usage

Search results for the c3t extension were a bit varied; most of them were unrelated JSON files (which this pull-request takes into consideration). The other unrelated files are a handful of GPL license files named things like LICENSE-GPL3_V1.c3t, but they don't have nearly enough usage on GitHub to qualify for addition (only ~24 results as of this writing). Filtering out both JSON and license texts gives us ~284 C3 files.

ExtensionLanguageSearch queryResults
*.c3iC3path:**/?*.c3i~233
*.c3tC3path:**/?*.c3t NOT /^\{|GNU GENERAL PUBLIC LICENSE/~284
JSON (Cocos2D‑X)path:**/?*.c3t /^\{/~5.2k

Checklist

@rudywasfound

Copy link
Copy Markdown
Contributor

LGTM

@Alhadis
Alhadis requested a review from lildude August 5, 2026 13:51
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.

Add .c3i extension to be recognized as the C3 language

2 participants