Skip to content

Commit

Permalink
reworked field regex to:
Browse files Browse the repository at this point in the history
* work with - in field name
* work with IPv6 addresses starting after \s
  • Loading branch information
chn42 committed Sep 18, 2024
1 parent f4a579e commit 7f0c823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colourfiles/conf.whois
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# field
regexp=^([\w\s])*:
regexp=^\s*([\w\s-])*:(?=\s|$)
colours=bold white
=======
# data
Expand Down

0 comments on commit 7f0c823

Please sign in to comment.