Merge remote-tracking branch 'SolitudeSF/suffix'
This commit is contained in:
commit
e973991c49
|
@ -52,8 +52,10 @@ evaluate-commands %sh{
|
||||||
# Grammar
|
# Grammar
|
||||||
opchars='[=+-/<>@$~&%|!?^.:\\*]'
|
opchars='[=+-/<>@$~&%|!?^.:\\*]'
|
||||||
opnocol='[=+-/<>@$~&%|!?^.\\*]'
|
opnocol='[=+-/<>@$~&%|!?^.\\*]'
|
||||||
suffix="('?([iIuU](8|16|32|64)|[fF](32|64)?|[dDuU]|[fF]))?"
|
letter='A-Za-z\u000080-\u10FFFF'
|
||||||
floatsuffix="('?([fF](32|64)?|[dD]|[fF]))?"
|
customsuffix="'[${letter}](_?[${letter}0-9])*"
|
||||||
|
suffix="(${customsuffix}|[iIuU](8|16|32|64)|[fF](32|64)?|[dDuU])?"
|
||||||
|
floatsuffix="(${customsuffix}|[fF](32|64)?|[dD])?"
|
||||||
hexdigit='[0-9a-fA-F]'
|
hexdigit='[0-9a-fA-F]'
|
||||||
octdigit='[0-7]'
|
octdigit='[0-7]'
|
||||||
bindigit='[01]'
|
bindigit='[01]'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user