vscode-ebnf

EBNF for Visual Studio Code
Mirror of https://github.com/Jamozed/vscode-ebnf
git clone http://git.omkov.net/vscode-ebnf
Log | Tree | Refs | README | LICENCE | Download

vscode-ebnf/README.md (27 lines, 785 B) -rw-r--r-- file download

0075a43 Jamozed 2021-06-13 21:03:57
0
# EBNF for Visual Studio Code
0075a43 Jamozed 2021-06-13 21:03:57
1
3985c5a Jamozed 2023-05-15 17:09:51
2
[![Version](https://vsmarketplacebadges.dev/version/omkov.vscode-ebnf.png)](https://marketplace.visualstudio.com/items?itemName=OMKOV.vscode-ebnf)
3985c5a Jamozed 2023-05-15 17:09:51
3
[![Installs](https://vsmarketplacebadges.dev/installs/omkov.vscode-ebnf.png)](https://marketplace.visualstudio.com/items?itemName=OMKOV.vscode-ebnf)
0075a43 Jamozed 2021-06-13 21:03:57
4
0075a43 Jamozed 2021-06-13 21:03:57
5
## About
0075a43 Jamozed 2021-06-13 21:03:57
6
d719b2a Jakob Wakeling 2024-04-23 21:30:31
7
EBNF for Visual Studio Code provides EBNF syntax highlighting for Visual Studio
0075a43 Jamozed 2021-06-13 21:03:57
8
Code. Files with the extension `.ebnf` will automatically be affected.
3985c5a Jamozed 2023-05-15 17:09:51
9
3985c5a Jamozed 2023-05-15 17:09:51
10
EBNF code blocks in Markdown are also supported.
0075a43 Jamozed 2021-06-13 21:03:57
11
3dfb2cc Jamozed 2021-06-13 21:07:36
12
![Syntax Highlighting](./screenshot.png)
0075a43 Jamozed 2021-06-13 21:03:57
13
bedce4b Jamozed 2021-07-06 18:09:25
14
## Build Instructions
bedce4b Jamozed 2021-07-06 18:09:25
15
bedce4b Jamozed 2021-07-06 18:09:25
16
EBNF for Visual Studio Code can be packaged using `vsce`.
bedce4b Jamozed 2021-07-06 18:09:25
17
bedce4b Jamozed 2021-07-06 18:09:25
18
```sh
bedce4b Jamozed 2021-07-06 18:09:25
19
vsce package
bedce4b Jamozed 2021-07-06 18:09:25
20
```
bedce4b Jamozed 2021-07-06 18:09:25
21
0075a43 Jamozed 2021-06-13 21:03:57
22
## Meta
0075a43 Jamozed 2021-06-13 21:03:57
23
0075a43 Jamozed 2021-06-13 21:03:57
24
Copyright (C) 2020, Jakob Wakeling  
dd4fced Jamozed 2022-03-06 17:28:12
25
[MIT Licence](https://opensource.org/licenses/MIT)
26