tools: Recognized yml as an abbreviation of yaml.

This commit is contained in:
Andrew Hamilton 2018-05-31 12:22:34 +10:00
parent d3a6a67d27
commit 76cbaa1f14
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ tools_for_extensions = [
[["png", "jpg", "gif", "bmp", "ppm", "tiff", "tga"], ["pil", "pil_half"]],
[["bash", "sh", "dash", "ksh"], ["shellcheck"]],
[["go"], ["gofmt", "go_vet", "golint", "godoc"]],
[["yaml"], ["yamllint"]]]
[["yaml", "yml"], ["yamllint"]]]
# Tool template: