Merge pull request #2554 from github/mcandre-master

DNS Zone files
This commit is contained in:
Arfon Smith
2015-08-12 18:54:04 +01:00
5 changed files with 25 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -668,3 +668,6 @@
[submodule "vendor/grammars/vue-syntax-highlight"]
path = vendor/grammars/vue-syntax-highlight
url = https://github.com/vuejs/vue-syntax-highlight
[submodule "vendor/grammars/st2-zonefile"]
path = vendor/grammars/st2-zonefile
url = https://github.com/sixty4k/st2-zonefile

View File

@@ -470,6 +470,8 @@ vendor/grammars/smalltalk-tmbundle:
- source.smalltalk
vendor/grammars/sql.tmbundle:
- source.sql
vendor/grammars/st2-zonefile:
- text.zone_file
vendor/grammars/standard-ml.tmbundle:
- source.cm
- source.ml

View File

@@ -750,6 +750,13 @@ DM:
tm_scope: source.c++
ace_mode: c_cpp
DNS Zone:
type: data
extensions:
- .zone
tm_scope: text.zone_file
ace_mode: text
DTrace:
type: programming
aliases:

View File

@@ -0,0 +1,12 @@
$TTL 3d
@ IN SOA root.localhost. root.sneaky.net. (
2015042907 ; serial
3d ; refresh
1h ; retry
12d ; expire
2h ; negative response TTL
)
IN NS root.localhost.
IN NS localhost. ; secondary name server is preferably externally maintained
www IN A 3.141.59.26

1
vendor/grammars/st2-zonefile vendored Submodule