Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Commit a715904

Browse files
committed
Add icon
1 parent cc5ea77 commit a715904

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [0.1.3] - 2018-09-11
4+
- Add pine tree from FontAwesome as icon for VS code
5+
36
## [0.1.2] - 2018-09-10
47
- Missing example image
58

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Pine script syntax highlighting for VS Code
22

3+
![Pinetree](images/pinetreeicon.png)
4+
35
## Features
46

57
This extension adds Pine Script Syntax Hightlighting for VS Code
@@ -15,4 +17,10 @@ If you find the syntax highlighting to be inadequate, please submit a PR.
1517
Do share good strategies or inidcators.
1618

1719

18-
Note: This extension is provided as-is. It doesn't do tricks for your trading. Only colors what you write...
20+
Note: This extension is provided as-is. It doesn't do tricks for your trading. Only colors what you write...
21+
22+
23+
### Icon
24+
25+
Icon is tree from Fontawesome 5 Free (https://fontawesome.com/), as the Pinescript language does not have an official icon. Icon is © Fonticons Inc
26+

images/pinetreeicon.png

3.97 KB
Loading

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pine-script-syntax-highlighting",
33
"displayName": "Pine Script Syntax Highlighting",
44
"description": "Syntax Highlighting for Pine Script",
5-
"version": "0.1.2",
5+
"version": "0.1.3",
66
"publisher": "leifcr",
77
"license": "MIT",
88
"engines": {
@@ -24,6 +24,7 @@
2424
"path": "./syntaxes/pine.tmLanguage.json"
2525
}]
2626
},
27+
"icon": "images/pinetreeicon.png",
2728
"repository": {
2829
"type": "git",
2930
"url": "https://github.com/leifcr/pine-script-syntax-highlighting.git"

0 commit comments

Comments
 (0)