Skip to content

Commit

Permalink
mention the C syntax in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyauhalin committed Mar 1, 2025
1 parent 68ad28a commit a1df414
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Moondust is crafted to reduce eye strain, allowing to focus on code. It challeng

For a more in-depth discussion on the issues associated with the conventional approach to syntax highlighting, recommend reading the articles [A case against syntax highlighting] and [Syntax highlighting is a waste of an information channel].

Moondust is tailored for each syntax individually. At present, it supports [CSS], [Dockerfile], [fish], [Go], [Go Module], [Go Sum], [HTML], [INI], [JavaScript], [JSON], [JSON with Comments], [JSON Lines], [JSX], [Makefile], [PHP], [Python], [Ruby], [Rust], [Shell Script], [SQL], [Swift], [TOML], [TypeScript], [TSX], and [YAML].
Moondust is tailored for each syntax individually. At present, it supports [C], [CSS], [Dockerfile], [fish], [Go], [Go Module], [Go Sum], [HTML], [INI], [JavaScript], [JSON], [JSON with Comments], [JSON Lines], [JSX], [Makefile], [PHP], [Python], [Ruby], [Rust], [Shell Script], [SQL], [Swift], [TOML], [TypeScript], [TSX], and [YAML].

In the [initial phase], Moondust was primarily a modification of the [GitHub Theme]. I owe a great deal of gratitude to the Primer team for their work.

Expand All @@ -37,6 +37,7 @@ A special shout-out goes to the entire community that focuses on creating minima
[A case against syntax highlighting]: https://www.linusakesson.net/programming/syntaxhighlighting/
[Syntax highlighting is a waste of an information channel]: https://buttondown.email/hillelwayne/archive/syntax-highlighting-is-a-waste-of-an-information/

[C]: https://moondustthe.me/#c
[CSS]: https://moondustthe.me/#css
[Dockerfile]: https://moondustthe.me/#dockerfile
[fish]: https://moondustthe.me/#fish
Expand Down

0 comments on commit a1df414

Please sign in to comment.