mirror of
https://github.com/sharkdp/bat
synced 2024-11-15 00:27:10 +00:00
add varlink syntax
Varlink is an interface description format and protocol that aims to make services accessible to both humans and machines in the simplest feasible way. See: https://varlink.org/ and https://github.com/varlink/ for more information
This commit is contained in:
parent
61e888de7f
commit
91deef8b13
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -120,3 +120,6 @@
|
|||
[submodule "assets/syntaxes/Jsonnet"]
|
||||
path = assets/syntaxes/Jsonnet
|
||||
url = https://github.com/gburiola/sublime-jsonnet-syntax.git
|
||||
[submodule "assets/syntaxes/varlink"]
|
||||
path = assets/syntaxes/varlink
|
||||
url = https://github.com/varlink/syntax-highlight-varlink.git
|
||||
|
|
1
assets/syntaxes/varlink
vendored
Submodule
1
assets/syntaxes/varlink
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 04f30d4b831232ea23ffceb5b2da61e12dae5db6
|
Loading…
Reference in a new issue