From 5e206fb0a31329e91309dd6db9060c3adaf03727 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 98dcc77a..b819ba83 100644 --- a/docs/manual/release-notes/rl-0.9.md +++ b/docs/manual/release-notes/rl-0.9.md @@ -271,6 +271,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`