vscode-ebnf
vscode-ebnf copied to clipboard
EBNF Tools for Visual Studio Code
I've been writing a lot of EBNF snippets in my notes for my programming languages class, which I write in Markdown. Unfortunately, this extension doesn't highlight EBNF snippets in Markdown...
Please check the images on the README. Many are broken.
Hello, I added support for highlighting hyphen (-) separated rule names. Seems to be working.
Remove all images from the package but the icon. Reference them from other location.
I like the functionality of this extension a lot. However, it chooses syntax colors that aren't what I would expect. - I would expect strings in an EBNF specification to...
### Installed product versions - Visual Studio Code: 1.85.1 - This extension: 1.3.1 ### Description Toggling line comments (e.g. by pressing `ctrl+/`) adds a C-style comment ### Steps to recreate...
### Installed product versions - Visual Studio Code: 1.85.1 - This extension: 1.3.1 ### Description Formatting code with partially invalid syntax causes code to be lost. ### Steps to recreate...
COMMENT is defined in the lexer. As a result, the parser has difficulties parsing it's own grammar, in particularly this line: `comment = ’(*’, {comment symbol}, ’*)’;` Everything between `(*`...
### Installed product versions - Visual Studio Code: 1.89.0 - This extension: 1.3.1 ### Description The coloring is affected by a special '¬' character. Deleting the optional part with that...