Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

prettier-plugin-sql

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-plugin-sql - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

88

lib/languages.js
export const languages = [
{
"name": "HiveQL",
"aceMode": "sql",
"since": "0.1.0",

@@ -8,2 +9,6 @@ "parsers": [

],
"linguistLanguageId": 931814087,
"vscodeLanguageIds": [
"sql"
],
"extensions": [

@@ -13,11 +18,7 @@ ".q",

],
"tmScope": "source.hql",
"aceMode": "sql",
"linguistLanguageId": 931814087,
"vscodeLanguageIds": [
"sql"
]
"tmScope": "source.hql"
},
{
"name": "PLSQL",
"aceMode": "sql",
"since": "0.1.0",

@@ -27,2 +28,9 @@ "parsers": [

],
"linguistLanguageId": 273,
"vscodeLanguageIds": [
"sql"
],
"codemirrorMode": "sql",
"codemirrorMimeType": "text/x-plsql",
"tmScope": "none",
"extensions": [

@@ -45,10 +53,2 @@ ".pls",

".vw"
],
"tmScope": "none",
"aceMode": "sql",
"codemirrorMode": "sql",
"codemirrorMimeType": "text/x-plsql",
"linguistLanguageId": 273,
"vscodeLanguageIds": [
"sql"
]

@@ -58,2 +58,3 @@ },

"name": "PLpgSQL",
"aceMode": "pgsql",
"since": "0.1.0",

@@ -63,13 +64,12 @@ "parsers": [

],
"linguistLanguageId": 274,
"vscodeLanguageIds": [
"pgsql"
],
"codemirrorMode": "sql",
"codemirrorMimeType": "text/x-sql",
"tmScope": "source.sql",
"extensions": [
".pgsql",
".sql"
],
"tmScope": "source.sql",
"aceMode": "pgsql",
"codemirrorMode": "sql",
"codemirrorMimeType": "text/x-sql",
"linguistLanguageId": 274,
"vscodeLanguageIds": [
"pgsql"
]

@@ -79,2 +79,3 @@ },

"name": "SQL",
"aceMode": "sql",
"since": "0.1.0",

@@ -84,2 +85,9 @@ "parsers": [

],
"linguistLanguageId": 333,
"vscodeLanguageIds": [
"sql"
],
"tmScope": "source.sql",
"codemirrorMode": "sql",
"codemirrorMimeType": "text/x-sql",
"extensions": [

@@ -95,10 +103,2 @@ ".sql",

".viw"
],
"tmScope": "source.sql",
"aceMode": "sql",
"codemirrorMode": "sql",
"codemirrorMimeType": "text/x-sql",
"linguistLanguageId": 333,
"vscodeLanguageIds": [
"sql"
]

@@ -108,2 +108,3 @@ },

"name": "SQLPL",
"aceMode": "sql",
"since": "0.1.0",

@@ -113,13 +114,12 @@ "parsers": [

],
"linguistLanguageId": 334,
"vscodeLanguageIds": [
"sql"
],
"codemirrorMode": "sql",
"codemirrorMimeType": "text/x-sql",
"tmScope": "source.sql",
"extensions": [
".sql",
".db2"
],
"tmScope": "source.sql",
"aceMode": "sql",
"codemirrorMode": "sql",
"codemirrorMimeType": "text/x-sql",
"linguistLanguageId": 334,
"vscodeLanguageIds": [
"sql"
]

@@ -129,2 +129,3 @@ },

"name": "TSQL",
"aceMode": "sql",
"since": "0.1.0",

@@ -134,13 +135,12 @@ "parsers": [

],
"linguistLanguageId": 918334941,
"vscodeLanguageIds": [
"sql"
],
"extensions": [
".sql"
],
"tmScope": "source.tsql",
"aceMode": "sql",
"linguistLanguageId": 918334941,
"vscodeLanguageIds": [
"sql"
]
"tmScope": "source.tsql"
}
];
//# sourceMappingURL=languages.js.map
{
"name": "prettier-plugin-sql",
"version": "0.10.1",
"version": "0.10.2",
"type": "module",

@@ -5,0 +5,0 @@ "description": "An opinionated sql formatter plugin for Prettier",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc