Skip to content

Commit

Permalink
Docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
igochkov committed Jun 17, 2023
1 parent b0170f1 commit 7f9271f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- [ ] [Folding (Ctrl+Shift+\[)](https://code.visualstudio.com/docs/editor/codebasics#_folding)
- [ ] [Go to Definition (F12)](https://code.visualstudio.com/docs/editor/editingevolved#_go-to-definition)
- [ ] [Find All References (Shift+F12) / Peek Definition (Alt+F12)](https://code.visualstudio.com/docs/editor/editingevolved#_peek)
- [ ] [Rename symbol (F2)](https://code.visualstudio.com/docs/editor/editingevolved#_rename-symbol)
- [x] [Rename symbol (F2)](https://code.visualstudio.com/docs/editor/editingevolved#_rename-symbol)
- [ ] [Formating (Shift+Alt+F)](https://code.visualstudio.com/docs/editor/codebasics#_formatting)
- [ ] [Commands (Compile to tmLanguage)](https://code.visualstudio.com/docs/editor/tasks)
- [ ] [IntelliSense - List Members](https://code.visualstudio.com/docs/editor/intellisense)
Expand All @@ -19,6 +19,13 @@ Features that have a check mark are complete.
These are the changes to each version that has been released
on the official Visual Studio Code extension gallery.

## 1.1

**2023-06-17**

- [x] Rename symbol
- [x] Fix broken links to images

## 1.0

**2016-09-02**
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ See the [changelog](CHANGELOG.md) for changes and roadmap.
### Bracket matching
![Brace matching](https://raw.githubusercontent.com/igochkov/vscode-ebnf/master/docs/brace-matching.gif)

### Rename symbol
![Rename symbol](https://raw.githubusercontent.com/igochkov/vscode-ebnf/master/docs/rename-symbol.png)

## Contribute
Check out the [contribution guidelines](https://raw.githubusercontent.com/igochkov/vscode-ebnf/master/CONTRIBUTING.md) if you want to contribute to this project.

Expand Down
Binary file modified docs/brace-matching.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/commenting-block.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/rename-symbol.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/syntax-highlighting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
"name": "vscode-ebnf",
"displayName": "EBNF Tools",
"description": "EBNF Tools for Visual Studio Code",
"version": "1.0.3",
"version": "1.1.0",
"publisher": "igochkov",
"author": {
"name": "Ivaylo Gochkov",
"url": "https://github.com/igochkov"
},
"icon": "images/icon.png",
"engines": {
"vscode": "^1.0.0"
"vscode": "^1.75.0"
},
"license": "MIT",
"categories": [
"Programming Languages"
"Programming Languages",
"Language Packs"
],
"keywords": [
"ebnf",
Expand Down

0 comments on commit 7f9271f

Please sign in to comment.