mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
fix: register powershell language for ps1 filetype
This commit is contained in:
parent
b7a0f077f1
commit
8b8931b04f
1 changed files with 1 additions and 0 deletions
|
|
@ -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