|
TextMateLib 1.0
Modern C++ implementation of the TextMate syntax highlighting engine
|
Helper class to manage theme resources and provide C API implementation. More...
#include </home/runner/work/TextMateLib/TextMateLib/packages/tml-cpp/src/theme.h>
Helper class to manage theme resources and provide C API implementation.
NOTE: We do NOT delete the Theme object in the destructor because the Theme class destructor has issues (from the ported C++ implementation). This is a workaround - the Theme object will leak when disposed, but this is preferable to hanging. See PHASE1B_FINDINGS.md for details.