Improved regex for numeric values
This commit is contained in:
2
.grcat
2
.grcat
@ -15,7 +15,7 @@ colours=white
|
|||||||
-
|
-
|
||||||
|
|
||||||
#numeric
|
#numeric
|
||||||
regexp=\s[\d\.]+(\s|.$)
|
regexp=\s[\d\.]+\s*($|(?=\|))
|
||||||
colours=yellow
|
colours=yellow
|
||||||
-
|
-
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user