Skip to content

Commit

Permalink
add: Add python3
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteHyun committed May 9, 2024
1 parent 8f07700 commit 4f3b2da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/languages.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ declare -A language_extensions=(
["cpp"]="cpp"
["java"]="java"
["python"]="py"
["python3"]="py"
["c"]="c"
["csharp"]="cs"
["javascript"]="js"
Expand All @@ -25,12 +26,13 @@ declare -A language_comments=(
["cpp"]="// "
["java"]="// "
["python"]="# "
["python3"]="# "
["c"]="// "
["csharp"]="// "
["javascript"]="// "
["typescript"]="// "
["php"]="// "
["swift"]="// "
["swift"]="// "
["kotlin"]="// "
["dart"]="// "
["go"]="// "
Expand Down

0 comments on commit 4f3b2da

Please sign in to comment.