Fixed rule conflict management. Added User guide for formatting
This commit is contained in:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user