mirror of
https://github.com/sharkdp/bat
synced 2026-08-06 19:21:43 +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:
committed by
David Peter
parent
61e888de7f
commit
91deef8b13
@@ -120,3 +120,6 @@
|
|||||||
[submodule "assets/syntaxes/Jsonnet"]
|
[submodule "assets/syntaxes/Jsonnet"]
|
||||||
path = assets/syntaxes/Jsonnet
|
path = assets/syntaxes/Jsonnet
|
||||||
url = https://github.com/gburiola/sublime-jsonnet-syntax.git
|
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
Submodule assets/syntaxes/varlink added at 04f30d4b83
Reference in New Issue
Block a user