Add , and ; as Rust operators

pull/25/head
Wilfred Hughes 2021-06-20 11:23:48 +07:00
parent 234228e101
commit 4c7853666e
1 changed files with 1 additions and 1 deletions

@ -150,7 +150,7 @@ atom_patterns = [
# Symbols (e.g. variable names)
'[.a-zA-Z0-9_]+!?',
# Operators
'[&=<>/*+:-]+',
'[&=<>/*+:;,-]+',
]
string_patterns = [
'"[^"]*"',