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

Geany Syntax Highlighting for JavaScript Doesn't Understand Template Literals #3231

Open
Lonniebiz opened this issue Jul 6, 2022 · 1 comment
Labels

Comments

@Lonniebiz
Copy link

Lonniebiz commented Jul 6, 2022

Geany Syntax Highlighting for JavaScript Doesn't Understand Template Literals. For example if you put an expression like ${expression} inside a template literal the syntax highlighting doesn't distinguish that expression from the rest of the string.
ss

@elextr
Copy link
Member

elextr commented Jul 6, 2022

Highlighting comes from the lexer in the Lexilla project. Please report it there so you can discuss it directly with them or contribute an improvement to the Lexer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants