Skip to content

Commit fc5cef2

Browse files
committed
Fixing a typo and images
1 parent afc2345 commit fc5cef2

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.vscodeignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
images/*
1+
images/SyntaxColoring.png
2+
images/Snippets.png

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Features:
44
* Version 0.0.1
55
* Syntax coloring for `.ino` and `.pde` files (based on [Arduino TextMate Bundle](https://github.com/nasser/arduino.tmbundle))
6-
7-
![](https://raw.githubusercontent.com/moozzyk/ArduinoCode/master/images/SytaxColoring.png)
6+
7+
![](https://raw.githubusercontent.com/moozzyk/ArduinoCode/master/images/SyntaxColoring.png)
88
* Version 0.0.2
99
* Snippets
1010
![](https://raw.githubusercontent.com/moozzyk/ArduinoCode/master/images/Snippets.png)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Arduino",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"publisher": "moozzyk",
55
"description": "Arduino support for Visual Studio Code",
66
"author": {

0 commit comments

Comments
 (0)