From 50e02b7608551abce3b93594d4e71fb170542b48 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Mon, 13 Apr 2020 17:54:22 +0200 Subject: [PATCH] set vim ft for justfile --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index 0fd02d3..53aeb45 100644 --- a/justfile +++ b/justfile @@ -1,3 +1,5 @@ +# vim: set ft=make : + src_dir := "$PWD" build_dir := "$PWD/build" itchio := "damantisshrimp/taqin"