Update SQL syntax style (close #1315)

This commit is contained in:
1024jp 2022-06-01 19:29:43 +09:00
parent ba52bd4089
commit 43f0fe7080
2 changed files with 6 additions and 3 deletions

View File

@ -8,6 +8,7 @@ Change Log
### Improvements
- Update the following syntax styles to fix syntax highlighting: DTD, INI, JSON, LaTeX, Markdown, PHP, Perl, reStructuredText, Shell Script, Textile, XML, and YAML.
- Update SQL syntax style to support inline comment highlighting with `#`.
- [trivial] Change the color names in the Stylesheet Keyword color palette in the color code panel to lower case.

View File

@ -10,13 +10,15 @@ attributes: []
metadata:
author: "1024jp"
distributionURL: "https://coteditor.com"
version: "1.1.0"
version: "1.2.0"
license: "Same as CotEditor"
lastModified: "2022-03-03"
lastModified: "2022-05-30"
characters:
- beginString: "\\\\u[0-9a-f]{4}\\b"
regularExpression: true
comments: []
comments:
- beginString: "(?<!\\\\)#.*$"
regularExpression: true
values:
- beginString: "false"
ignoreCase: true