Skip to content

Commit

Permalink
Add file support for BIND DNS Zone
Browse files Browse the repository at this point in the history
Support for .zone extension:
https://en.wikipedia.org/wiki/Zone_file
  • Loading branch information
executter committed Jun 30, 2023
1 parent e8acfc2 commit 0e2cc2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lexers/embedded/dns.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<name>dns</name>
<alias>zone</alias>
<alias>bind</alias>
<filename>*.zone</filename>
<mime_type>text/dns</mime_type>
</config>
<rules>
<state name="root">
Expand Down

0 comments on commit 0e2cc2c

Please sign in to comment.