Update Swift style (fix #1471)

This commit is contained in:
1024jp 2023-04-08 15:26:54 +09:00
parent fe76987c5a
commit 6f64d6a086
2 changed files with 7 additions and 4 deletions

View File

@ -5,6 +5,11 @@ Change Log
4.5.3 (unreleased)
--------------------------
### Improvements
- Update Swift syntax style to fix highlighting with `\` characters.
### Fixes
- Fix an issue that the editor font did not applied to documents created via Services.

View File

@ -6,10 +6,10 @@ interpreters:
metadata:
author: "1024jp"
distributionURL: "https://coteditor.com"
version: "4.8.1"
version: "4.8.2"
description: "Based on Swift 5.8"
license: "Same as CotEditor"
lastModified: "2023-04-01"
lastModified: "2023-04-08"
outlineMenu:
- beginString: "//[ \\t]*(MARK:|TODO:|FIXME:)[ \\t](.+)"
keyString: "$2"
@ -355,8 +355,6 @@ strings:
endString: "\"#"
- beginString: "##\""
endString: "\"##"
- beginString: "/"
endString: "/"
keywords:
- beginString: "#available"
- beginString: "#colorLiteral"