mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Merge branch 'master' of https://github.com/mcandre/linguist into mcandre-master
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||
|
||||
@@ -26,6 +26,9 @@ vendor/grammars/Alloy.tmbundle:
|
||||
- source.alloy
|
||||
vendor/grammars/AutoHotkey/:
|
||||
- source.ahk
|
||||
vendor/grammars/st2-zonefile:
|
||||
- source.untitled
|
||||
- text.zone
|
||||
vendor/grammars/BrightScript.tmbundle/:
|
||||
- source.brightauthorproject
|
||||
- source.brightscript
|
||||
|
||||
@@ -790,6 +790,13 @@ Diff:
|
||||
tm_scope: source.diff
|
||||
ace_mode: diff
|
||||
|
||||
DNS zone:
|
||||
type: data
|
||||
extensions:
|
||||
- .zone
|
||||
tm_scope: text.zone
|
||||
ace_mode: text
|
||||
|
||||
Dockerfile:
|
||||
type: data
|
||||
tm_scope: source.dockerfile
|
||||
|
||||
12
samples/zone/sneaky.net.zone
Normal file
12
samples/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
st2-zonefile
Submodule
1
st2-zonefile
Submodule
Submodule st2-zonefile added at 0d943fefb8
1
vendor/grammars/Bind.tmbundle
vendored
Submodule
1
vendor/grammars/Bind.tmbundle
vendored
Submodule
Submodule vendor/grammars/Bind.tmbundle added at ccc1e2711a
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