mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-16 11:22:33 +03:00
Require doc-strings to start with "/**" with exactly 2 asterisks.
Things like "/******* WARNING ********/" are now parsed as ordinary comments. See #438.
This commit is contained in:
parent
511e97767f
commit
79fbb61aa7
@ -57,7 +57,8 @@ $unitick = \x7
|
||||
|
||||
<0,comment> {
|
||||
\/\* { startComment False }
|
||||
\/\*\*+ { startComment True }
|
||||
\/\*\* { startComment True }
|
||||
\/\*\*\*+ { startComment False }
|
||||
\/\*+\/ { startEndComment }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user