From 91deef8b13384f53f8550feb2a53bb8dcc3dc5cc Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 4 Feb 2019 14:30:53 +0100 Subject: [PATCH] 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 --- .gitmodules | 3 +++ assets/syntaxes/varlink | 1 + 2 files changed, 4 insertions(+) create mode 160000 assets/syntaxes/varlink diff --git a/.gitmodules b/.gitmodules index 0c20fdde..327d4703 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/assets/syntaxes/varlink b/assets/syntaxes/varlink new file mode 160000 index 00000000..04f30d4b --- /dev/null +++ b/assets/syntaxes/varlink @@ -0,0 +1 @@ +Subproject commit 04f30d4b831232ea23ffceb5b2da61e12dae5db6