branch: externals/indent-bars commit 5249bf88cbf1299c9cca8af214984c7a719ccd14 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>
Update NEWS --- NEWS.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index b41cf67394..acbcbe7205 100644 --- a/NEWS.org +++ b/NEWS.org @@ -3,7 +3,8 @@ #+language: en * DEVELOPMENT -- Enable font-lock in modes where it is not enabled (e.g. fundamental/text). +- Allow ~indent-bars~ to work in modes where ~font-lock~ keywords are not set (e.g. fundamental/text). +- Additional support for java, scala and rust TS modes. * v0.8.4 (2025-05-08) - =BUGFIX= avoid ~args-out-of-range~ errors in TS modes.