FUEL: better matching for hex numbers, eg. 0xDeadBeefBabe

db4
Björn Lindqvist 2013-09-20 14:26:31 +02:00 committed by John Benediktsson
parent 85c02e0e0d
commit ccda289400
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ source/docs/tests file. When set to false, you'll be asked only once."
"^AFTER: +\\([^ ]+\\) +\\([^ ]+\\)")
(defconst factor-integer-regex
"\\_<-?\\(0[xob]\\)?[0-9]+\\_>")
"\\_<-?[0-9]\\([xob][0-9a-fA-F]+\\|[0-9]*\\)?\\_>")
(defconst factor-raw-float-regex
"[0-9]*\\.[0-9]*\\([eEpP][+-]?[0-9]+\\)?")