Skip to content

Commit

Permalink
fix: Better matching of HTML so as to not include URLs (#44)
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Barissat <romain-noreply@barissat.com>
  • Loading branch information
politician committed Jun 1, 2022
1 parent b4877c2 commit afad69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terms.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
["API['’]?s", "APIs"],
"CSS",
"GIF",
"HTML",
["(?<!\\.)html\\b", "HTML"],
"HTTPS",
"IoT",
"I/O",
Expand Down

0 comments on commit afad69e

Please sign in to comment.