[PATCH] D49334: [LLDB} Added syntax highlighting support

Raphael Isemann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 16 09:47:22 PDT 2018


teemperor added a comment.

@zturner We can migrate the existing AnsiTerminal.h to reuse the LLVM coloring backend. This way we fix also the code that already uses this convenient interface.

@labath I think we can add to the Language class the option to add its related syntax highlighting support. I'll check if/how that would work.

(Thanks for the reviews!)


Repository:
  rL LLVM

https://reviews.llvm.org/D49334





More information about the llvm-commits mailing list