mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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",
|
||||
erl = "erlang",
|
||||
typ = "typst",
|
||||
pl = "perl",
|
||||
uxn = "uxntal",
|
||||
} do
|
||||
ts.language.register(lang, ft)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue