Requirents... more syntax validator

This commit is contained in:
2025-09-07 15:50:35 +02:00
parent f8feee5fd7
commit 1ba6fe4c3f
3 changed files with 46 additions and 14 deletions

View File

@@ -275,7 +275,7 @@ Based on the Escoria core documentation, ASHES supports the following language f
**FR-9.6: Indentation Validation**
- The extension MUST enforce tab-based indentation (not spaces) as required by ASHES
- The extension MUST detect mixed tabs and spaces
- The extension MUST warn about excessive indentation (more than 3 levels)
- The extension MUST allow deep indentation for complex nested structures
- The extension MUST validate proper indentation for control flow blocks
- The extension MUST validate that events are at the top level (no indentation)
- The extension MUST validate proper indentation for dialog blocks and choices