mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
fix(filetype): add missing shorthands for Perl, Uxn Tal
This commit is contained in:
parent
0758155d4d
commit
c80d0d9ca9
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ for ft, lang in pairs {
|
||||||
py = "python",
|
py = "python",
|
||||||
erl = "erlang",
|
erl = "erlang",
|
||||||
typ = "typst",
|
typ = "typst",
|
||||||
|
pl = "perl",
|
||||||
|
uxn = "uxntal",
|
||||||
} do
|
} do
|
||||||
ts.language.register(lang, ft)
|
ts.language.register(lang, ft)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue