Skip to content

Commit 6ebe22f

Browse files
committed
c# syntax highlighting
1 parent 59cef9c commit 6ebe22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/doxygen/prepare_readme.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if [ "$(basename "$1")" == "README.md" ]; then
44
PREFIX="# Overview\n\n"
55
# Read the existing content of README.md
6-
EXISTING_CONTENT=`cat "$1" | sed -e 's:c#::g' | sed -e 's:\.github/:images/:g' | sed -e '/<sub>/,/<\/sub>/d' | sed -e 's:(Samples~:(https\://github.com/undreamai/LLMUnity/tree/main/Samples~:g'`
6+
EXISTING_CONTENT=`cat "$1" | sed -e 's: c#:{.cs}:g' | sed -e 's:\.github/:images/:g' | sed -e '/<sub>/,/<\/sub>/d' | sed -e 's:(Samples~:(https\://github.com/undreamai/LLMUnity/tree/main/Samples~:g'`
77

88
# Prepend the new content to the existing content
99
echo -e "$PREFIX$EXISTING_CONTENT$SUFFIX"

0 commit comments

Comments
 (0)