FUEL: better matching for hex numbers, eg. 0xDeadBeefBabe
parent
85c02e0e0d
commit
ccda289400
|
@ -253,7 +253,7 @@ source/docs/tests file. When set to false, you'll be asked only once."
|
||||||
"^AFTER: +\\([^ ]+\\) +\\([^ ]+\\)")
|
"^AFTER: +\\([^ ]+\\) +\\([^ ]+\\)")
|
||||||
|
|
||||||
(defconst factor-integer-regex
|
(defconst factor-integer-regex
|
||||||
"\\_<-?\\(0[xob]\\)?[0-9]+\\_>")
|
"\\_<-?[0-9]\\([xob][0-9a-fA-F]+\\|[0-9]*\\)?\\_>")
|
||||||
|
|
||||||
(defconst factor-raw-float-regex
|
(defconst factor-raw-float-regex
|
||||||
"[0-9]*\\.[0-9]*\\([eEpP][+-]?[0-9]+\\)?")
|
"[0-9]*\\.[0-9]*\\([eEpP][+-]?[0-9]+\\)?")
|
||||||
|
|
Loading…
Reference in New Issue