mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 12:59:38 -05:00
[make] Could you add *.mk file extension to be highlighted as a Makefile into default VS Code distribution? Fixes #17734
This commit is contained in:
@@ -7,9 +7,11 @@
|
||||
"update-grammar": "node ../../build/npm/update-grammar.js textmate/make.tmbundle Syntaxes/Makefile.plist ./syntaxes/Makefile.json"
|
||||
},
|
||||
"contributes": {
|
||||
|
||||
"languages": [{
|
||||
"id": "makefile",
|
||||
"aliases": ["Makefile", "makefile"],
|
||||
"extensions": [ ".mk" ],
|
||||
"filenames": [ "Makefile", "makefile", "GNUmakefile", "OCamlMakefile" ],
|
||||
"configuration": "./language-configuration.json"
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user