Skip to content

Commit 3cc2e9e

Browse files
committed
[release] v3.2.3
- Snippets for built-in variables, functions and constants updated to Pinescript release December 2023. - Hover popup fixed. - Grammars fixed.
1 parent 9b52487 commit 3cc2e9e

File tree

4 files changed

+33
-20
lines changed

4 files changed

+33
-20
lines changed

CHANGELOG.md

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

3+
#### **3.2.3**
4+
5+
*27.12.2023 **Update***
6+
- Snippets for built-in variables, functions and constants updated to Pinescript release December 2023.
7+
- Hover popup fixed.
8+
- Grammars fixed.
9+
10+
---
11+
312
#### **3.2.2**
413

514
*05.12.2023 **Update***

README.md

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
# PineScript V5 Helper
44
## Language support for Pine Script V5 with Syntax Highlighting & Snippets
5+
6+
## Release Notes
7+
#### **3.2.3**
8+
9+
*27.12.2023 **Update***
10+
- Snippets for built-in variables, functions and constants updated to Pinescript release December 2023.
11+
- Hover popup fixed.
12+
- Grammars fixed.
13+
14+
---
15+
16+
## Introduction
517
**Note: This is a forked project from JeylaniB's [Pine Script](https://marketplace.visualstudio.com/items?itemName=JeylaniB.pinescript) extension.**
618

719
PineScript Helper provides language support for PineScript, the scripting language used in TradingView. This extension enhances the coding experience by offering syntax highlighting, snippets, and hovers to provide reference manual information for PineScript scripts.
@@ -11,6 +23,14 @@ PineScript is a domain-specific scripting language developed by TradingView. It
1123

1224
---
1325

26+
### PineScript Color Themes
27+
PineScript Helper extension is best suited for use with [**PineScript Color Themes**](https://marketplace.visualstudio.com/items?itemName=salbert11.pinescript-color-themes).
28+
**PineScript Color Themes** provides a collection of editor themes tailored for PineScript development, offering a visually pleasing environment for writing PineScript code.
29+
30+
*Note: If you prefer a different theme, you are free to use any other themes of your choice. PineScript Helper is compatible with most themes.*
31+
32+
---
33+
1434
## Features
1535
- **Syntax Highlighting** : The extension provides syntax highlighting for PineScript V5, making your code more readable and easier to navigate.
1636

@@ -30,14 +50,6 @@ PineScript is a domain-specific scripting language developed by TradingView. It
3050

3151
---
3252

33-
### PineScript Color Themes
34-
PineScript Helper extension is best suited for use with [**PineScript Color Themes**](https://marketplace.visualstudio.com/items?itemName=salbert11.pinescript-color-themes).
35-
**PineScript Color Themes** provides a collection of editor themes tailored for PineScript development, offering a visually pleasing environment for writing PineScript code.
36-
37-
*Note: If you prefer a different theme, you are free to use any other themes of your choice. PineScript Helper is compatible with most themes.*
38-
39-
---
40-
4153
## Installation
4254
### Method 1: Install from VS Code Command Palette
4355

@@ -108,14 +120,6 @@ The PineScript Helper extension supports the following file extensions:
108120

109121
---
110122

111-
## Release Notes
112-
#### **3.2.2**
113-
114-
*05.12.2023 **Update***
115-
- Grammars and snippets for built-in variables, functions and constants updated to Pinescript release November 2023.
116-
117-
---
118-
119123
## Contribution
120124
Contributions are welcome! Please feel free to submit a [pull request](https://github.com/salbert11/pinescript/pulls) in the GitHub repository.
121125

@@ -131,4 +135,4 @@ This extension is released under the [MIT License](./LICENSE.md).
131135

132136
---
133137

134-
*Version 3.2.2*
138+
*Version 3.2.3*

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"icon": "images/pineicon.png",
66
"publisher": "salbert11",
77
"license": "MIT",
8-
"version": "3.2.2",
8+
"version": "3.2.3",
99
"engines": {
1010
"vscode": "^1.62.0"
1111
},

0 commit comments

Comments
 (0)