X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/dc759ab32b05afeba5c103e2756ec4a2509fdaf6..3e3c8f18c7e13b80a0657d48c3c4fa8f55d9eb68:/.projections.json?ds=sidebyside diff --git a/.projections.json b/.projections.json new file mode 100644 index 00000000..89596b83 --- /dev/null +++ b/.projections.json @@ -0,0 +1,18 @@ +{ + "t/*.vader" : { + "type" : "test", + "alternate" : [ "autoload/{}.vim", "ftplugin/{}.vim" ] + }, + "autoload/*.vim" : { + "type" : "autoload", + "alternate" : "t/pass.vader" + }, + "ftplugin/*.vim" : { + "type" : "plugin", + "alternate" : "t/{}.vader" + }, + ".scratch/*.vim" : { + "type" : "scratch", + "alternate" : "{}" + } +}