Improved regex for numeric values

This commit is contained in:
Jean Pierre Ducassou 2014-05-28 23:17:56 -03:00
parent 1e90cc6e83
commit b8c70820ee

2
.grcat

@ -15,7 +15,7 @@ colours=white
-
#numeric
regexp=\s[\d\.]+(\s|.$)
regexp=\s[\d\.]+\s*($|(?=\|))
colours=yellow
-