tv vim nix: recognize python by extension
This commit is contained in:
parent
9cf4d9e26f
commit
af518678bf
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user