We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, there are some issues when highlighting YAML files. Seems like it doesn't recognize quotation marks correctly.
For example:
The text was updated successfully, but these errors were encountered:
It seems like the problem is caused by double forward slash // , not by quotation mark ' Here is an example comparing VSCode to Syntax:
//
'
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:
url
hex esc
Sorry, something went wrong.
#104
No branches or pull requests
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](https://private-user-images.githubusercontent.com/61178988/279442336-f9f8e481-a82a-449f-9316-2f507040c9e6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MzM3NzcsIm5iZiI6MTczOTUzMzQ3NywicGF0aCI6Ii82MTE3ODk4OC8yNzk0NDIzMzYtZjlmOGU0ODEtYTgyYS00NDlmLTkzMTYtMmY1MDcwNDBjOWU2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDExNDQzN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFmMWJhZjEzNDI2OGZmOTFhZDI1ZWRiZGE4MzRmZWUzNWIzNTljOGM1YWMyNzU2MDgzM2VkMGIzMGQxOWZjY2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Ufb6amMc_3-F2_yREzuIjrDYVgjjWIInrG_Sl2Xim0U)
The text was updated successfully, but these errors were encountered: