tv vim nix: recognize python by extension

This commit is contained in:
tv 2019-08-13 00:16:54 +02:00
parent 9cf4d9e26f
commit af518678bf
1 changed files with 4 additions and 1 deletions

View File

@ -135,7 +135,10 @@ with import <stockholm/lib>;
javascript.extraStart = comment "jq";
lua = {};
#nginx = {};
python.extraStart = comment "py";
python.extraStart = alts [
(comment "py")
(writerExt "py")
];
sed.extraStart = writer "Sed";
sh.extraStart = let
phases = [