We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6a7fb commit bf546baCopy full SHA for bf546ba
pkg/machinery/marker.go
@@ -28,6 +28,7 @@ var commentsByExt = map[string]string{
28
".go": "//",
29
".yaml": "#",
30
".yml": "#",
31
+ ".rst": "//",
32
// When adding additional file extensions, update also the NewMarkerFor documentation and error
33
}
34
0 commit comments