-
Hi! I was thinking of adding an issue on GitHub to identify What do you all think of this idea? 1. Example issue: add c3c in github-linguist<!--
👋 If you have the time and know-how, send us a pull-request: everybody is welcome to contribute!
Otherwise, fill out the following fields as best you can.
-->
## Language name
c3lang
## URL of example repository
https://github.com/c3lang/c3c
## URL of syntax highlighting grammar
http://www.c3-lang.org/
## Most popular extensions
`.c3`
<!--
List the extensions commonly used by this language.
-->
## Detected language
(None)
<!--
What language are files for this language being identified as, if any?
-->
2. main.c3 c3-lang/examplesfn void example_foreach(float[] values)
{
foreach (index, value : values)
{
libc::printf("%d: %f\n", index, value);
}
} |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
According to https://github.com/github/linguist/blob/master/CONTRIBUTING.md#adding-a-language
But you can try! :) |
Beta Was this translation helpful? Give feedback.
-
And the suffix is .c3 😅 |
Beta Was this translation helpful? Give feedback.
-
And you need a js highlighter I think |
Beta Was this translation helpful? Give feedback.
-
And the entry will end up looking something like
|
Beta Was this translation helpful? Give feedback.
According to https://github.com/github/linguist/blob/master/CONTRIBUTING.md#adding-a-language
But you can try! :)