Fixed rule conflict management. Added User guide for formatting

This commit is contained in:
2026-02-08 00:12:24 +01:00
parent fc38196ad9
commit 8e059df68a
7 changed files with 1452 additions and 17 deletions

View File

@@ -203,7 +203,7 @@ def generate_formatting_dsl_mode() -> Dict[str, Any]:
{"regex": r"#.*", "token": "comment"},
# Scope keywords
{"regex": r"\b(?:column|row|cell)\b", "token": "keyword"},
{"regex": r"\b(?:column|row|cell|table|tables)\b", "token": "keyword"},
# Condition keywords
{"regex": r"\b(?:if|not|and|or|in|between|case)\b", "token": "keyword"},