mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
feat: add c language compatibility
This commit is contained in:
parent
9bd8e8b3c7
commit
86cbe3d616
6 changed files with 45 additions and 2 deletions
|
|
@ -193,6 +193,14 @@
|
|||
"framework-language"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "lang:c",
|
||||
"family": "language",
|
||||
"description": "C engineering guidance using the shared C/C++ standards and testing stack. Currently resolves through the shared framework-language module.",
|
||||
"modules": [
|
||||
"framework-language"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "lang:kotlin",
|
||||
"family": "language",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue