From c80d0d9ca9232263062a46adc136e3bf3bbf62ae Mon Sep 17 00:00:00 2001 From: Riley Bruins Date: Wed, 17 Jul 2024 23:44:56 -0700 Subject: fix(filetype): add missing shorthands for Perl, Uxn Tal --- lua/nvim-treesitter/parsers.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 707e0e294..70aa9f5bc 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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 -- cgit v1.2.3-70-g09d2