Set emacs and vim filetype in justfile for syntax highlighting (#163)
This commit is contained in:
parent
b6b01bf6d4
commit
d68f7867ca
5
justfile
5
justfile
@ -166,3 +166,8 @@ sh:
|
|||||||
ruby:
|
ruby:
|
||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
puts "Hello from ruby!"
|
puts "Hello from ruby!"
|
||||||
|
|
||||||
|
# Local Variables:
|
||||||
|
# mode: makefile
|
||||||
|
# End:
|
||||||
|
# vim: set ft=make :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user