sbarex / SourceCodeSyntaxHighlight

Quick Look extension for highlight source code files on macOS 10.15 and later.
GNU General Public License v3.0
3.02k stars 72 forks source link

Quotes in XML cause highlight issue #229

Closed dnicolson closed 1 year ago

dnicolson commented 1 year ago

The following XML:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Key1</key>
    <string>Quote start &quot;</string>
    <key>Key2</key>
    <string>Quote end &quot;</string>
    <key>Key3</key>
    <string>Test</string>
</dict>
</plist>

Breaks the syntax highlighting between the use of quotes:

Syntax Highlight
sbarex commented 1 year ago

Thanks, I've opened an issue in the Hightlight render engine.

sbarex commented 1 year ago

Fixed on release 2.1.18.