mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Register, Load and Ship Pascal language
This commit is contained in:
parent
34c155adaa
commit
f5b48af525
3 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ bundleOne('lua/lua');
|
|||
bundleOne('markdown/markdown');
|
||||
bundleOne('msdax/msdax');
|
||||
bundleOne('objective-c/objective-c');
|
||||
bundleOne('pascal/pascal');
|
||||
bundleOne('php/php');
|
||||
bundleOne('powershell/powershell');
|
||||
bundleOne('postiats/postiats');
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ import './markdown/markdown.contribution';
|
|||
import './msdax/msdax.contribution';
|
||||
import './mysql/mysql.contribution';
|
||||
import './objective-c/objective-c.contribution';
|
||||
import './pascal/pascal.contribution';
|
||||
import './pgsql/pgsql.contribution';
|
||||
import './php/php.contribution';
|
||||
import './postiats/postiats.contribution';
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ define(['require'], function () {
|
|||
'release/dev/msdax/msdax.test',
|
||||
'release/dev/mysql/mysql.test',
|
||||
'release/dev/objective-c/objective-c.test',
|
||||
'release/dev/pascal/pascal.test',
|
||||
'release/dev/perl/perl.test',
|
||||
'release/dev/pgsql/pgsql.test',
|
||||
'release/dev/php/php.test',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue