Skip to content

Commit

Permalink
SpreadsheetFormatParsersGrammar: ZTEXT_CHARACTER removed dead rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mP1 committed Jan 14, 2025
1 parent aff303b commit 3520a14
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,5 +260,3 @@ TEXT_COLOR_WITHOUT_STAR = [{ TEXT_COLOR_COMPONENT }];
TEXT_COLOR_COMPONENT = COLOR | WHITESPACE | TEXT_CHARACTER | ESCAPE | QUOTED | TEXT_PLACEHOLDER | UNDERSCORE;

TEXT_CHARACTER = { '<' | '>' | '=' | '!' | '$' | '-' | '+' | '(' | ')' | '%' | '&' | '/' | ',' | ':' };

ZTEXT_CHARACTER = { '<' | '>' | '=' | '!' | '$' | '-' | '+' | '(' | ')' | '%' | '#' | '&' | '/' | ',' | ':' };

0 comments on commit 3520a14

Please sign in to comment.