mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Minor edits
This commit is contained in:
parent
5f8c74986c
commit
5994d965a6
2 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@teamsqlio/monaco-languages",
|
"name": "monaco-languages",
|
||||||
"version": "0.9.4",
|
"version": "0.9.0",
|
||||||
"description": "Bundle of many languages for the Monaco Editor.",
|
"description": "Bundle of many languages for the Monaco Editor.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"compile": "node_modules/.bin/gulp compile",
|
"compile": "node_modules/.bin/gulp compile",
|
||||||
|
|
|
||||||
|
|
@ -275,21 +275,21 @@ registerLanguage({
|
||||||
|
|
||||||
registerLanguage({
|
registerLanguage({
|
||||||
id: 'mysql',
|
id: 'mysql',
|
||||||
extensions: ['.sql'],
|
extensions: [],
|
||||||
aliases: ['MySQL', 'mysql'],
|
aliases: ['MySQL', 'mysql'],
|
||||||
module: './mysql'
|
module: './mysql'
|
||||||
});
|
});
|
||||||
|
|
||||||
registerLanguage({
|
registerLanguage({
|
||||||
id: 'pgsql',
|
id: 'pgsql',
|
||||||
extensions: ['.sql'],
|
extensions: [],
|
||||||
aliases: ['PostgreSQL', 'postgres', 'pg', 'postgre'],
|
aliases: ['PostgreSQL', 'postgres', 'pg', 'postgre'],
|
||||||
module: './pgsql'
|
module: './pgsql'
|
||||||
});
|
});
|
||||||
|
|
||||||
registerLanguage({
|
registerLanguage({
|
||||||
id: 'redshift',
|
id: 'redshift',
|
||||||
extensions: ['.sql'],
|
extensions: [],
|
||||||
aliases: ['Redshift', 'redshift'],
|
aliases: ['Redshift', 'redshift'],
|
||||||
module: './redshift'
|
module: './redshift'
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue