vscode-ebnf icon indicating copy to clipboard operation
vscode-ebnf copied to clipboard

EBNF Tools for Visual Studio Code

Results 11 vscode-ebnf issues
Sort by recently updated
recently updated
newest added

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.

enhancement

Create language server infrastructure

enhancement

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...

bug

### 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...

bug

### 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...

bug

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 `(*`...

bug
enhancement

### 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...