Skip to content

Commit

Permalink
修改解析规则.部分可不用引号
Browse files Browse the repository at this point in the history
  • Loading branch information
Becivells committed Dec 24, 2021
1 parent b47e1e3 commit a52ac14
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 157 deletions.
2 changes: 1 addition & 1 deletion internal/fxparser/FOFA.g4
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ FOFA_KEY
STRING
: '"' (ESC | ~ ["\\])* '"'
| ([a-zA-Z0-9.]|('\\' ["\\/bfnrt]))*
| ([a-zA-Z0-9.+_-]|('\\' ["\\/bfnrt]))*
;

WS: [\t ]+ -> skip;
Loading

0 comments on commit a52ac14

Please sign in to comment.