mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix: register powershell language for ps1 filetype (#7965)
* chore: sort languages * fix: register `powershell` language for `ps1` filetype
This commit is contained in:
parent
8867a9d6bf
commit
2317241896
1 changed files with 2 additions and 1 deletions
|
|
@ -24,8 +24,8 @@ local filetypes = {
|
||||||
janet_simple = { 'janet' },
|
janet_simple = { 'janet' },
|
||||||
javascript = { 'javascriptreact', 'ecma', 'ecmascript', 'jsx', 'js' },
|
javascript = { 'javascriptreact', 'ecma', 'ecmascript', 'jsx', 'js' },
|
||||||
javascript_glimmer = { 'javascript.glimmer' },
|
javascript_glimmer = { 'javascript.glimmer' },
|
||||||
linkerscript = { 'ld' },
|
|
||||||
latex = { 'tex' },
|
latex = { 'tex' },
|
||||||
|
linkerscript = { 'ld' },
|
||||||
m68k = { 'asm68k' },
|
m68k = { 'asm68k' },
|
||||||
make = { 'automake' },
|
make = { 'automake' },
|
||||||
markdown = { 'pandoc' },
|
markdown = { 'pandoc' },
|
||||||
|
|
@ -33,6 +33,7 @@ local filetypes = {
|
||||||
ocaml_interface = { 'ocamlinterface' },
|
ocaml_interface = { 'ocamlinterface' },
|
||||||
perl = { 'pl' },
|
perl = { 'pl' },
|
||||||
poe_filter = { 'poefilter' },
|
poe_filter = { 'poefilter' },
|
||||||
|
powershell = { 'ps1' },
|
||||||
properties = { 'jproperties' },
|
properties = { 'jproperties' },
|
||||||
python = { 'py', 'gyp' },
|
python = { 'py', 'gyp' },
|
||||||
qmljs = { 'qml' },
|
qmljs = { 'qml' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue