Skip to content

Commit bf546ba

Browse files
committed
add rust extension
1 parent ea6a7fb commit bf546ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/machinery/marker.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ var commentsByExt = map[string]string{
2828
".go": "//",
2929
".yaml": "#",
3030
".yml": "#",
31+
".rst": "//",
3132
// When adding additional file extensions, update also the NewMarkerFor documentation and error
3233
}
3334

0 commit comments

Comments
 (0)