tv vim nix: recognize markdown by extension

This commit is contained in:
tv 2020-10-03 03:47:58 +02:00
parent 0d09e8aa03
commit 7921b70b11
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ with import <stockholm/lib>;
];
javascript.extraStart = comment "js";
lua = {};
markdown.extraStart = writerExt "md";
#nginx = {};
python.extraStart = alts [
(comment "py")