tv vim nix: recognize markdown by extension
This commit is contained in:
parent
0d09e8aa03
commit
7921b70b11
@ -135,6 +135,7 @@ with import <stockholm/lib>;
|
|||||||
];
|
];
|
||||||
javascript.extraStart = comment "js";
|
javascript.extraStart = comment "js";
|
||||||
lua = {};
|
lua = {};
|
||||||
|
markdown.extraStart = writerExt "md";
|
||||||
#nginx = {};
|
#nginx = {};
|
||||||
python.extraStart = alts [
|
python.extraStart = alts [
|
||||||
(comment "py")
|
(comment "py")
|
||||||
|
Loading…
Reference in New Issue
Block a user