From d68f7867ca5bb29e4e0d13f31fa48e6475e8c9e7 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sun, 12 Mar 2017 19:17:52 -0700 Subject: [PATCH] Set emacs and vim filetype in justfile for syntax highlighting (#163) --- justfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/justfile b/justfile index a5ea71b..364bd5c 100644 --- a/justfile +++ b/justfile @@ -166,3 +166,8 @@ sh: ruby: #!/usr/bin/env ruby puts "Hello from ruby!" + +# Local Variables: +# mode: makefile +# End: +# vim: set ft=make :