fix: register powershell language for ps1 filetype (#7965)

* chore: sort languages

* fix: register `powershell` language for `ps1` filetype
This commit is contained in:
Luis Calle 2025-06-23 13:15:08 -05:00 committed by GitHub
parent 8867a9d6bf
commit 2317241896
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,8 +24,8 @@ local filetypes = {
janet_simple = { 'janet' },
javascript = { 'javascriptreact', 'ecma', 'ecmascript', 'jsx', 'js' },
javascript_glimmer = { 'javascript.glimmer' },
linkerscript = { 'ld' },
latex = { 'tex' },
linkerscript = { 'ld' },
m68k = { 'asm68k' },
make = { 'automake' },
markdown = { 'pandoc' },
@ -33,6 +33,7 @@ local filetypes = {
ocaml_interface = { 'ocamlinterface' },
perl = { 'pl' },
poe_filter = { 'poefilter' },
powershell = { 'ps1' },
properties = { 'jproperties' },
python = { 'py', 'gyp' },
qmljs = { 'qml' },