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