Skip to content

Commit

Permalink
Enhance syntax highlighting.
Browse files Browse the repository at this point in the history
  • Loading branch information
okaxaki committed Nov 23, 2023
1 parent d03e412 commit f8e15d3
Show file tree
Hide file tree
Showing 7 changed files with 435 additions and 180 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
"ecmaVersion": 2020
},
"rules": {
"prettier/prettier": "error"
}
}
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 1.6.3 (2023/11/24)
# 1.7.0 (2023/11/24)
- Fix the problem where finite-length music is unexpectedly fading on replay.
- Enhance syntax highlighting.

# 1.6.2 (2023/11/07)
- Support MML export in MSX-DOS format.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "msxplay-js",
"version": "1.6.3",
"version": "1.7.0",
"description": "",
"type": "module",
"engines": {
Expand Down
3 changes: 2 additions & 1 deletion public/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/lds-ripple.css" rel="stylesheet" type="text/css" />
<link href="css/editor.css" rel="stylesheet" type="text/css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.14/ace.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.31.2/ace.min.js"></script>

<script>
(function (i, s, o, g, r, a, m) {
Expand All @@ -50,6 +50,7 @@

<script src="js/lang-switcher.js"></script>
<script src="js/query-parser.js"></script>
<script src="js/ace-defines.js"></script>
<script src="js/editor.js"></script>
</head>

Expand Down
Loading

0 comments on commit f8e15d3

Please sign in to comment.