fix(parsers): alias sh to bash

This commit is contained in:
ObserverOfTime 2023-03-20 18:10:40 +02:00
parent 25b656a4b7
commit 379305aa7f

View file

@ -29,6 +29,7 @@ for ft, lang in pairs {
javascriptreact = "javascript",
ecma = "javascript",
jsx = "javascript",
sh = "bash",
PKGBUILD = "bash",
html_tags = "html",
["typescript.tsx"] = "tsx",