Attached is a simple fix to the syntax highlighting of dns-mode. For example, IN and SOA are reserved words. Instead of highlighting only the full words IN and SOA, dns-mode would highlight any word that has IN or SOA as a substring. This patch fixes the use of regexp-opt such that reserved words are only highlighted when they are full words.