You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lexer contains the proper rule, I am not sure why it fails to match. Checking the regex on regex101 also suggest the regex is correct, so I am lost why my highlighting is off.
Is there an existing issue for this?
Describe the bug
Chroma does not seem to properly highlight the
HEALTHCHECK
statement in dockerfilesThis is also demonstrated by the HTML which is not tokenized:
Test file to reproduce the issue
The lexer contains the proper rule, I am not sure why it fails to match. Checking the regex on regex101 also suggest the regex is correct, so I am lost why my highlighting is off.
I am using chroma v2 on go 1.21.
To Reproduce
Here is also the Playground version, which seems a bit odd as well.
The text was updated successfully, but these errors were encountered: