From f57851d453afd642106f385fb5cec2649a14dde8 Mon Sep 17 00:00:00 2001 From: alfarel Date: Sun, 17 May 2026 21:55:14 -0400 Subject: [PATCH] docs: add pug language module to release notes --- docs/manual/release-notes/rl-0.9.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/manual/release-notes/rl-0.9.md b/docs/manual/release-notes/rl-0.9.md index a1c95e9f..b4cf5da4 100644 --- a/docs/manual/release-notes/rl-0.9.md +++ b/docs/manual/release-notes/rl-0.9.md @@ -259,6 +259,9 @@ - Allow disabling nvf's vendored keymaps by toggling `vendoredKeymaps.enable`. +- Add {option}`vim.languages.pug.enable`, which adds the treesitter grammar and + enables `emmet-ls` for pug files. + [pyrox0](https://github.com/pyrox0): - Added [rumdl](https://github.com/rvben/rumdl) support to `languages.markdown`