Explorar o código

PIP-0009: syntax highlighting in MD

Herman Schoenfeld %!s(int64=7) %!d(string=hai) anos
pai
achega
ca4e507440
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      PIP/PIP-0009.md

+ 2 - 2
PIP/PIP-0009.md

@@ -189,7 +189,7 @@ Formal definitions are as follows:
 
 
 This selects random bytes for AChunk using XorShift32 RNG. The initial seed is the CHECKSUM of AChunk. If CHECKSUM is 0 then 1 is used instead.
 This selects random bytes for AChunk using XorShift32 RNG. The initial seed is the CHECKSUM of AChunk. If CHECKSUM is 0 then 1 is used instead.
 
 
-```
+```pascal
     function MemTransform1(AChunk: TBytes): TBytes
     function MemTransform1(AChunk: TBytes): TBytes
     var
     var
       i, LChunkLength : UInt32
       i, LChunkLength : UInt32
@@ -219,7 +219,7 @@ This selects random bytes for AChunk using XorShift32 RNG. The initial seed is t
 
 
 ##### Memory Transform 2
 ##### Memory Transform 2
 
 
-```
+```pascal
     function MemTransform2(AChunk: TBytes): TBytes
     function MemTransform2(AChunk: TBytes): TBytes
     var
     var
       i, LChunkLength, LPivot, LOdd: Int32
       i, LChunkLength, LPivot, LOdd: Int32