Skip to content

Commit 4f3b2da

Browse files
committed
add: Add python3
1 parent 8f07700 commit 4f3b2da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/languages.bash

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ declare -A language_extensions=(
44
["cpp"]="cpp"
55
["java"]="java"
66
["python"]="py"
7+
["python3"]="py"
78
["c"]="c"
89
["csharp"]="cs"
910
["javascript"]="js"
@@ -25,12 +26,13 @@ declare -A language_comments=(
2526
["cpp"]="// "
2627
["java"]="// "
2728
["python"]="# "
29+
["python3"]="# "
2830
["c"]="// "
2931
["csharp"]="// "
3032
["javascript"]="// "
3133
["typescript"]="// "
3234
["php"]="// "
33-
["swift"]="// "
35+
["swift"]="// "
3436
["kotlin"]="// "
3537
["dart"]="// "
3638
["go"]="// "

0 commit comments

Comments
 (0)