Update CHANGELOG and versions of updated syntaxes (#1659)

This commit is contained in:
1024jp 2024-06-26 20:35:19 +09:00
parent a2cf0ef9bc
commit 3b6a179768
5 changed files with 13 additions and 8 deletions

View File

@ -3,6 +3,11 @@
4.8.7 (unreleased)
--------------------------
### Improvements
- Update the Lisp, Lua, Scheme, and Tcl syntaxes to update interpreters (thanks to Renfei!).
### Fixes
- Fix the view layout in the Quick Action bar.

View File

@ -45,9 +45,9 @@ metadata:
author: 1024jp
description: general Lisp syntax for common Lisp and other Lisp dialects
distributionURL: https://coteditor.com
lastModified: '2023-05-05'
lastModified: '2024-06-26'
license: Same as CotEditor
version: 1.2.0
version: 1.3.0
numbers:
- beginString: '#b[01][01_]*\b'
ignoreCase: true

View File

@ -304,9 +304,9 @@ kind: code
metadata:
author: 1024jp
distributionURL: https://coteditor.com
lastModified: '2023-05-05'
lastModified: '2024-06-26'
license: Same as CotEditor
version: 1.1.0
version: 1.2.0
numbers:
- beginString: 0[xX][0-9a-fA-F]+
regularExpression: true

View File

@ -405,9 +405,9 @@ metadata:
author: 1024jp
description: support R5RS and R6RS
distributionURL: https://coteditor.com
lastModified: '2023-05-05'
lastModified: '2024-06-26'
license: Same as CotEditor
version: 1.2.0
version: 1.3.0
numbers:
- beginString: '#[0-9a-f]+\b'
ignoreCase: true

View File

@ -1306,9 +1306,9 @@ metadata:
author: 1024jp
description: Support Tcl 8.6 / incl. Tcl and Tk commands
distributionURL: https://coteditor.com
lastModified: '2023-05-05'
lastModified: '2024-06-26'
license: Same as CotEditor
version: 1.1.0
version: 1.2.0
numbers:
- beginString: (?<![-_.[:alnum:]])\-?\d+(\.\d+)?\b
description: decimal