Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 9e0654a

Browse files
committed
Add: Verilog support; clean up .rst support (already in default).
1 parent 53ec301 commit 9e0654a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runestone/lp/lp_common_lib.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ def commentForExt(file_name):
2525
".ini": "; ",
2626
".js": "// ",
2727
".py": "# ",
28+
".v": "// ",
2829
# Rust.
2930
".rs": "// ",
30-
".rst": "",
31+
# PIC24 assembly
3132
".s": "; ",
3233
# ARM assembly.
3334
".S": "@ ",

0 commit comments

Comments
 (0)