util: added .mk makefile extension to file_types.py
This commit is contained in:
parent
0c78abb302
commit
d87fe7b3f4
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ lang_types = {
|
|||
'.el' : "lisp",
|
||||
'.txt' : "text",
|
||||
'.tex' : "tex",
|
||||
'.mk' : "make",
|
||||
}
|
||||
|
||||
# languages based on file prefix
|
||||
|
|
Loading…
Reference in a new issue