Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add support for ".pls" extension #27

Closed
sibylmarziopulcini opened this issue Oct 18, 2017 · 1 comment
Closed

Please add support for ".pls" extension #27

sibylmarziopulcini opened this issue Oct 18, 2017 · 1 comment

Comments

@sibylmarziopulcini
Copy link

Can you please add support for .pls file format (which is the default extension when Oracle SQLDeveloper tool exports file. I've done locally by myself by adding it to package.json

			"extensions": [
				".sql",
				".ddl",
				".dml",
				".pkb",
				".pkh",
				".pks",
				".pck",
				".pls"
				],

and to

<array>
    <string>sql</string>
    <string>ddl</string>
    <string>dml</string>
    <string>pks</string>
    <string>pkb</string>
    <string>pck</string>
<string>pls</string>
</array>

But it would be much better to have it supported in the standard.
Thanks a lot!

zabel-xyz added a commit that referenced this issue Oct 29, 2017
@zabel-xyz
Copy link
Owner

Fix in version 1.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants