[PATCH] D159162: [llvm] Add assembly syntax highlighting

Jon Roelofs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 31 10:26:23 PDT 2023


jroelofs added inline comments.


================
Comment at: llvm/include/llvm/MC/MCInstPrinter.h:95
+    Target,
+    Memory,
+  };
----------------
Coloring the comments too would be nice.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159162/new/

https://reviews.llvm.org/D159162



More information about the llvm-commits mailing list