mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -668,3 +668,6 @@
|
|||||||
[submodule "vendor/grammars/vue-syntax-highlight"]
|
[submodule "vendor/grammars/vue-syntax-highlight"]
|
||||||
path = vendor/grammars/vue-syntax-highlight
|
path = vendor/grammars/vue-syntax-highlight
|
||||||
url = https://github.com/vuejs/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
|
||||||
|
|||||||
@@ -470,6 +470,8 @@ vendor/grammars/smalltalk-tmbundle:
|
|||||||
- source.smalltalk
|
- source.smalltalk
|
||||||
vendor/grammars/sql.tmbundle:
|
vendor/grammars/sql.tmbundle:
|
||||||
- source.sql
|
- source.sql
|
||||||
|
vendor/grammars/st2-zonefile:
|
||||||
|
- text.zone_file
|
||||||
vendor/grammars/standard-ml.tmbundle:
|
vendor/grammars/standard-ml.tmbundle:
|
||||||
- source.cm
|
- source.cm
|
||||||
- source.ml
|
- source.ml
|
||||||
|
|||||||
@@ -750,6 +750,13 @@ DM:
|
|||||||
tm_scope: source.c++
|
tm_scope: source.c++
|
||||||
ace_mode: c_cpp
|
ace_mode: c_cpp
|
||||||
|
|
||||||
|
DNS Zone:
|
||||||
|
type: data
|
||||||
|
extensions:
|
||||||
|
- .zone
|
||||||
|
tm_scope: text.zone_file
|
||||||
|
ace_mode: text
|
||||||
|
|
||||||
DTrace:
|
DTrace:
|
||||||
type: programming
|
type: programming
|
||||||
aliases:
|
aliases:
|
||||||
|
|||||||
12
samples/DNS Zone/sneaky.net.zone
Normal file
12
samples/DNS Zone/sneaky.net.zone
Normal 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
1
vendor/grammars/st2-zonefile
vendored
Submodule
Submodule vendor/grammars/st2-zonefile added at 0d943fefb8
Reference in New Issue
Block a user