Dafny language does not have syntax highlighting in markdown block

e.g.

function G(x: int): int  decreases x + 1 when x >= 0 {  if 0 <= x then G(x - 2) else x }

Does not contain syntax highlighting
Links to language:

Thanks.

Please authenticate to join the conversation.

Upvoters
Status

Closed

Board
🐛

Bug Reports

Subscribe to post

Get notified by email when there are changes.