fix: register powershell language for ps1 filetype

This commit is contained in:
TheLeoP 2025-06-23 13:06:11 -05:00
parent b7a0f077f1
commit 8b8931b04f

View file

@ -33,6 +33,7 @@ local filetypes = {
ocaml_interface = { 'ocamlinterface' },
perl = { 'pl' },
poe_filter = { 'poefilter' },
powershell = { 'ps1' },
properties = { 'jproperties' },
python = { 'py', 'gyp' },
qmljs = { 'qml' },