File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
CotEditor/Resources/Syntaxes Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
- Revert the steppers to the font setting controls in the Appearance settings pane.
9
9
- Remove the Script menu from the context menu.
10
+ - Update the Swift syntax to support highlighting regex literals.
10
11
11
12
12
13
### Fixes
Original file line number Diff line number Diff line change @@ -61,8 +61,12 @@ attributes:
61
61
- beginString : ' @warn_unused_result'
62
62
- beginString : ' @WindowLoading'
63
63
characters :
64
+ - beginString : ' #/'
65
+ endString : /#
64
66
- beginString : ' '' '
65
67
endString : ' '' '
68
+ - beginString : /
69
+ endString : /
66
70
- beginString : \bU+[0-9a-fA-F]{4,5}\b
67
71
regularExpression : true
68
72
commands :
@@ -222,9 +226,9 @@ metadata:
222
226
author : 1024jp
223
227
description : Based on Swift 6.0
224
228
distributionURL : https://coteditor.com
225
- lastModified : ' 2024-11-04 '
229
+ lastModified : ' 2025-03-05 '
226
230
license : Same as CotEditor
227
- version : 4.12.1
231
+ version : 4.12.2
228
232
numbers :
229
233
- beginString : (?<![0-9a-z_$])-?[0-9][0-9._]*(e[-+]?[0-9._]+)?\b
230
234
ignoreCase : true
You can’t perform that action at this time.
0 commit comments