AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to release 0.5.0 * This release adds highlighting scopes, which provides the ability to use different rendering for included languages. For example, it allows using different rendering for keywords in CSS than for keywords in the HTML it is embedded in.
- Update to new upstream release 0.4.8 * These releases fixes incorrect calls to free when validation of highlight data failed.
- Update to new upstream release 0.4.6 * Support for highlighting C++11 raw string literals. * Support for Ruby highlighting.
- Update to new upstream release 0.4.2 * This release contains several changes to the interface for detecting languages, which make it possible to retrieve more information about the detected language. Basic highlighting for PHP was added, and the HTML highlighting had several small fixes.
- Update to version 0.3.5 * Added omitted 'do' keyword for C++. * Fix reads and writes of unallocated memory in analyzing patterns.
- Update to new upstream release 0.3.4 * This release adds the override keyword for C++, updates the diff language specification to be more permissive and corrects the color for deletions in t3highlight when outputing to terminal.
- Declare CC=gcc to ensure we build with gcc; seems make falls back to 'c99' otherwise (instead of requiring posix_cc).
- Update to new upstream release 0.3.3 * This release fixes a bug in the loop detection for non-progressing patterns, and highlights java string constants (they were already detected, just not highlighted).
- Initial package (version 0.3.2) for build.opensuse.org