Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

Commit 76f1ed8

Browse files
committed
Updating version
1 parent 6684263 commit 76f1ed8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Vala Code
2-
## Vala Language Colorization for Visual Studio Code
2+
## Vala Language Support for Visual Studio Code
33

4-
[x] Colorization
5-
[x] Code Snippets (WIP)
4+
- Colorization (since version 0.0.1)
5+
- Code Snippets (since version 0.1.0) - *Work In Progress*
66

77
If you wanna contribute, send a PR.
88

99
### Need Help
1010

11-
[ ] Automatic code format (indent)
12-
[ ] Autocomplete (IntelliSense)
11+
- Automatic code format (indent)
12+
- Autocomplete (IntelliSense)
1313

1414
## Vala Language useful links
1515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vala",
33
"displayName": "Vala Code",
44
"description": "Vala Language Colorization for Visual Studio Code",
5-
"version": "0.0.1",
5+
"version": "0.1.0",
66
"publisher": "thiagoabreu",
77
"engines": {
88
"vscode": "^0.10.1"

0 commit comments

Comments
 (0)