util: added .mk makefile extension to file_types.py

This commit is contained in:
Brad Beckmann 2015-07-20 09:15:18 -05:00
parent 0c78abb302
commit d87fe7b3f4

View file

@ -30,6 +30,7 @@ lang_types = {
'.el' : "lisp", '.el' : "lisp",
'.txt' : "text", '.txt' : "text",
'.tex' : "tex", '.tex' : "tex",
'.mk' : "make",
} }
# languages based on file prefix # languages based on file prefix