From b663fd6b4bb6a728562b6428538953228fb4c889 Mon Sep 17 00:00:00 2001 From: Lazar Bulovan Date: Thu, 19 Feb 2026 11:18:16 +0100 Subject: [PATCH] docs: document attr_toggle behavior after formatting --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 601dac9..1973feb 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -291,6 +291,10 @@ Note: `` is typically `\` (backslash) or `` depending on your con ``` Should show the mapping. +### Attribute Toggle After Formatting + +**Note:** After using `:LspSCLFormat`, all collapsed attribute blocks will be expanded and the toggle state is reset. This is because formatting changes line numbers and positions. You can collapse blocks again after formatting. + ## Testing Manual testing using: `~/dev/siemens/projects/scl_lang_support_lazyvim_ref_project`