Skip to content

Commit e19b828

Browse files
authored
Add | as comment indicator (#168)
1 parent 6b25292 commit e19b828

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/license/norm.go

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ var (
7070
regexp.MustCompile(`(?m)^\s*{\*+`), // {*
7171
regexp.MustCompile(`(?m)^\s*\*+}`), // *}
7272
regexp.MustCompile(`(?m)^\s*'+`), // '
73+
74+
regexp.MustCompile(`(?m)^\s*\|+`), // '
7375
}
7476

7577
flattenSpace = regexp.MustCompile(`\s+`)

0 commit comments

Comments
 (0)