fix(filetype): add missing shorthands for Perl, Uxn Tal

This commit is contained in:
Riley Bruins 2024-07-17 23:44:56 -07:00 committed by GitHub
parent 0758155d4d
commit c80d0d9ca9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,8 @@ for ft, lang in pairs {
py = "python",
erl = "erlang",
typ = "typst",
pl = "perl",
uxn = "uxntal",
} do
ts.language.register(lang, ft)
end