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
I installed the GBNF Highlighter extension and while it correctly associates with .gbnf files, the syntax highlighting appears to be limited. Only brackets, braces, and parentheses are being highlighted.
Expected Behavior
Based on the example screenshot in the repository, I expected highlighting for:
Keywords (::=)
String literals (in quotes)
Comments (starting with #)
Character classes and ranges
Special operators and quantifiers
Actual Behavior
Only [ { ( and their closing counterparts are highlighted. All other syntax elements remain unhighlighted.
Environment
VS Code Version: 1.93.1
GBNF Highlighter Version: released on 2024-02-16
OS: macOS
Color Theme: Tested with multiple themes in both light and dark modes
Troubleshooting Steps Taken
Tried multiple VS Code color themes
Verified no conflicting color customizations in settings
Confirmed files are correctly associated with GBNF language mode
Disabled background color override (my only color-related setting)
And a possible additional issue (matter of taste perhaps): There should not be ( [ { highlighting inside comments I think. There is currently. Is this intentional?
The text was updated successfully, but these errors were encountered:
Thank you for taking the time to report this issue and for providing such detailed information! I sincerely apologize for the inconvenience caused by the limited syntax highlighting and the unexpected behavior within comments.
I appreciate your patience, and I want to let you know that I’m actively working on resolving these issues. The goal is to ensure that all syntax elements, as shown in the example screenshot, are correctly highlighted and that unnecessary highlighting (like brackets inside comments) is addressed.
I’ll provide an update here as soon as the fix is implemented. In the meantime, if you notice anything else or have additional feedback, please feel free to share it.
Thank you again for your understanding and for using the GBNF Highlighter extension!
I installed the GBNF Highlighter extension and while it correctly associates with .gbnf files, the syntax highlighting appears to be limited. Only brackets, braces, and parentheses are being highlighted.
Expected Behavior
Based on the example screenshot in the repository, I expected highlighting for:
Actual Behavior
Only [ { ( and their closing counterparts are highlighted. All other syntax elements remain unhighlighted.
Environment
Troubleshooting Steps Taken
And a possible additional issue (matter of taste perhaps): There should not be ( [ { highlighting inside comments I think. There is currently. Is this intentional?
The text was updated successfully, but these errors were encountered: