Skip to content

Commit 4e6d89f

Browse files
authored
bump: ace v1.39.0 (#1199)
1 parent 7b61170 commit 4e6d89f

File tree

12 files changed

+27
-9
lines changed

12 files changed

+27
-9
lines changed

src/ace/supportedModes.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const modeList = {
3131
Csound_Orchestra: "orc",
3232
Csound_Score: "sco",
3333
CSS: "css",
34+
CSV: "csv",
3435
Curly: "curly",
3536
Cuttlefish: "conf",
3637
D: "d|di",
@@ -172,6 +173,7 @@ const modeList = {
172173
Text: "txt",
173174
Textile: "textile",
174175
Toml: "toml",
176+
TSV: "TSV",
175177
TSX: "tsx",
176178
Turtle: "ttl",
177179
Twig: "twig|swig",

www/js/ace/ace.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/js/ace/ext-inline_autocomplete.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/js/ace/ext-language_tools.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/js/ace/ext-modelist.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/js/ace/ext-options.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/js/ace/ext-prompt.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)