-
Notifications
You must be signed in to change notification settings - Fork 120
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
Control flow syntax highlight not coloring nested if statement #2062
Comments
We rely on the `injectionSelector` to prevent matching our grammars in contexts which they should not apply. The `injectionSelector` only applies when the grammar is injected to the file via `injectTo`. Otherwise, the grammer is applied directly when it is included in the `patterns` array of another match. fixes angular#2062
We rely on the `injectionSelector` to prevent matching our grammars in contexts which they should not apply. The `injectionSelector` only applies when the grammar is injected to the file via `injectTo`. Otherwise, the grammer is applied directly when it is included in the `patterns` array of another match. fixes angular#2062
I was just going to open this issue 😅 |
Same here. Worked in v. 18.0.0, crashed in v. 18.1.0. I guess they will fix it soon. |
We rely on the `injectionSelector` to prevent matching our grammars in contexts which they should not apply. The `injectionSelector` only applies when the grammar is injected to the file via `injectTo`. Otherwise, the grammer is applied directly when it is included in the `patterns` array of another match. fixes angular#2062
We rely on the `injectionSelector` to prevent matching our grammars in contexts which they should not apply. The `injectionSelector` only applies when the grammar is injected to the file via `injectTo`. Otherwise, the grammer is applied directly when it is included in the `patterns` array of another match. fixes #2062
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
in the above example, that inner if statement is not colourized, it's just grey like below:
The text was updated successfully, but these errors were encountered: