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";
|
javascript.extraStart = comment "jq";
|
||||||
lua = {};
|
lua = {};
|
||||||
#nginx = {};
|
#nginx = {};
|
||||||
python.extraStart = comment "py";
|
python.extraStart = alts [
|
||||||
|
(comment "py")
|
||||||
|
(writerExt "py")
|
||||||
|
];
|
||||||
sed.extraStart = writer "Sed";
|
sed.extraStart = writer "Sed";
|
||||||
sh.extraStart = let
|
sh.extraStart = let
|
||||||
phases = [
|
phases = [
|
||||||
|
Loading…
Reference in New Issue
Block a user