sbarex / SourceCodeSyntaxHighlight

Quick Look extension for highlight source code files on macOS 10.15 and later.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quotation marks are misrecognized in YAML

VoxDai opened this issue · comments

Hi, there are some issues when highlighting YAML files. Seems like it doesn't recognize quotation marks correctly.

For example:
截屏2023-11-01 00 09 44

截屏2023-11-01 00 13 06

It seems like the problem is caused by double forward slash // , not by quotation mark '
Here is an example comparing VSCode to Syntax:
截屏2023-11-01 10 36 14

And if I delete one slash mark in url, it would work just fine(if ignore line 4, hex esc is still not right), like this:
截屏2023-11-01 11 00 31