Преглед изворни кода

Add a Vim filetype hint for Make.inc alongside that for Emacs

Alex Arslan пре 9 месеци
родитељ
комит
4d2d83fdec
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Make.inc

+ 1 - 0
Make.inc

@@ -1,4 +1,5 @@
 # -*- mode: makefile-gmake -*-
+# vi:ft=make
 
 # Default build rule for any Makefile in this project: all
 default: all