gallium/docs: use none for highlight_language
[mesa.git] / src / gallium / docs / source / drivers / freedreno / ir3-notes.rst
index 182508f0cca263ca163aeefe52f798bd101e7850..2111c6fdde289e256f175523cd7bae0c8a3cdb20 100644 (file)
@@ -133,7 +133,7 @@ In addition there are various util macros/functions to simplify manipulation/tra
 
 For example:
 
-::
+.. code-block:: c
 
   foreach_ssa_src_n(src, i, instr) {
     unsigned d = delay_calc_srcn(ctx, src, instr, i);