Update languages.json: MDX Support#445
Conversation
I believe mdx files will be supported by adding the extension to the markdown block. The syntax *is* markdown.
|
@boyter : I tried to get this to catch the .mdx files in a repository by making these changes. I perhaps did not compile correctly? |
Signed-off-by: Sean P. Goggins <s@goggins.com>
…n web apps Signed-off-by: Sean P. Goggins <s@goggins.com>
Signed-off-by: Sean P. Goggins <s@goggins.com>
|
This fixes issue #439 |
|
Out of morbid curiosity as a newcomer to go, I'm curious why |
|
Its the Its common practice in Go to generate code since dynamic stuff can be a pain. It is possible to do this via a build these days using embed however it wouldn't do the pre-checks to ensure the JSON is valid, although would be picked up later on. Mostly this is a result of being created before embed was included into Go. I actually use the https://github.com/boyter/scc/blob/master/test-all.sh script which does it for me as well as running all tests, but this step is also included in the README https://github.com/boyter/scc/tree/master?tab=readme-ov-file#development |
I believe mdx files will be supported by adding the extension to the markdown block. The syntax is markdown.