Skip to content
New issue

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

Color Coding not working in Twig files in Chrome Browser 117.0.5938.132 #12960

Closed
rahulgupta-acquia opened this issue Sep 29, 2023 · 7 comments · Fixed by #12963
Closed

Color Coding not working in Twig files in Chrome Browser 117.0.5938.132 #12960

rahulgupta-acquia opened this issue Sep 29, 2023 · 7 comments · Fixed by #12963
Labels
bug bugs found in the application monaco issues related to monaco

Comments

@rahulgupta-acquia
Copy link

rahulgupta-acquia commented Sep 29, 2023

Bug Description:

Theia IDE color coding is not working in twig files only in Chrome Browser 117.0.5938.132 version.
In previous chrome version 116 it was working fine.

PFA
Chrome Browser 117.0.5938.132

Screenshot 2023-09-29 at 5 33 14 PM

Chrome Browser 116

Screenshot 2023-09-29 at 5 25 03 PM

Steps to Reproduce:

  1. Use Chrome Browser 116.

  2. Use Latest Theia version and create html.twig file

  3. Check the color coding in twig file.

  4. Use Latest chrome browser version 117

  5. re-check the html.twig file color coding.

Additional Information

  • Operating System: MAC
  • Theia Version: 1.41.0
  • Chrome Version 117 ( Latest version)
@vince-fugnitto vince-fugnitto added the 🤔 needs more info issues that require more info from the author label Sep 29, 2023
@vince-fugnitto
Copy link
Member

@rahulgupta-acquia which twigg extension are you using which contributes syntax highlighting?

@rahulgupta-acquia
Copy link
Author

@vince-fugnitto i don't used any twigg extension, As per my knowledge it is by-default provided by Theia previously and it is not working only in Chrome 117 browser.

@msujew
Copy link
Member

msujew commented Sep 30, 2023

@rahulgupta-acquia Theia doesn't provide any syntax highlighting by default. All syntax highlighting is contributed by vscode extensions. As far as I can tell, there is also no syntax highlighting for twig files in the builtin vscode extensions.

@rahulgupta-acquia
Copy link
Author

Thanks @msujew ,
Might be the issue is related to Chrome 117 browser, because in Chrome 116 colour coding working fine.

@rahulgupta-acquia
Copy link
Author

@msujew Could you please suggest which plugin we can use for support Chrome 117 support twigg color coding.

@msujew
Copy link
Member

msujew commented Sep 30, 2023

I was able to reproduce the issue using the Twig Language extension. I'm not sure why, but it seems like the newest version of Chrome doesn't play well with the version of vscode-textmate that we're using. See #12963.

@rahulgupta-acquia
Copy link
Author

Thanks for the update @msujew.

@msujew msujew added monaco issues related to monaco bug bugs found in the application and removed 🤔 needs more info issues that require more info from the author labels Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application monaco issues related to monaco
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants