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
It looks like current syntax region used for matching string isn't matching the braces properly. Braces those are a string are being read as braces.
Test file: https://github.com/dart-lang/dart-syntax-highlight/blob/master/test/test_files/string_interpolation.dart#L26C1-L26C52
Expected result (Visual Studio Code):
Actual result (Vim):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It looks like current syntax region used for matching string isn't matching the braces properly. Braces those are a string are being read as braces.
Test file: https://github.com/dart-lang/dart-syntax-highlight/blob/master/test/test_files/string_interpolation.dart#L26C1-L26C52
Expected result (Visual Studio Code):
![image](https://private-user-images.githubusercontent.com/45139213/342586834-700e3b6a-d43a-42ec-9f05-ab43a33870f2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4OTM2NDAsIm5iZiI6MTczOTg5MzM0MCwicGF0aCI6Ii80NTEzOTIxMy8zNDI1ODY4MzQtNzAwZTNiNmEtZDQzYS00MmVjLTlmMDUtYWI0M2EzMzg3MGYyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE4VDE1NDIyMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA1ZjY3ZjYwYzBjYzE1ZDAxMmFhNDE4Y2EyNjFhN2EzODAzZGZlZWZiMjc3Y2U1NDliOGRlOTM1ZjZiNDc4NjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.qUYPIPP3pOoLyvxDUzYT7SLlHjRvOlmxGRc2jobo_Fw)
Actual result (Vim):
![image](https://private-user-images.githubusercontent.com/45139213/342586855-12e9f6d0-a45b-4e02-a0f8-f24bbc6026ed.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4OTM2NDAsIm5iZiI6MTczOTg5MzM0MCwicGF0aCI6Ii80NTEzOTIxMy8zNDI1ODY4NTUtMTJlOWY2ZDAtYTQ1Yi00ZTAyLWEwZjgtZjI0YmJjNjAyNmVkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE4VDE1NDIyMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYyYmVmMTdmYWEzYjQ2ZGJiYjYyYWQyNGUwOTM4MTg0ZTY1YjExMjkzMTJkMGMyODU5OWU0NzkxMzkxMDVjZjkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.TY0XVgERpy1ICHxKqKnDeXZcFAkBoIOb1_ofkyrtJ5c)
The text was updated successfully, but these errors were encountered: