Skip to content

Commit

Permalink
[release] v3.2.3
Browse files Browse the repository at this point in the history
- Snippets for built-in variables, functions and constants updated to Pinescript release December 2023.
- Hover popup fixed.
- Grammars fixed.
  • Loading branch information
salbert11 committed Dec 27, 2023
1 parent 9b52487 commit 3cc2e9e
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 20 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

#### **3.2.3**

*27.12.2023 **Update***
- Snippets for built-in variables, functions and constants updated to Pinescript release December 2023.
- Hover popup fixed.
- Grammars fixed.

---

#### **3.2.2**

*05.12.2023 **Update***
Expand Down
38 changes: 21 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

# PineScript V5 Helper
## Language support for Pine Script V5 with Syntax Highlighting & Snippets

## Release Notes
#### **3.2.3**

*27.12.2023 **Update***
- Snippets for built-in variables, functions and constants updated to Pinescript release December 2023.
- Hover popup fixed.
- Grammars fixed.

---

## Introduction
**Note: This is a forked project from JeylaniB's [Pine Script](https://marketplace.visualstudio.com/items?itemName=JeylaniB.pinescript) extension.**

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.
Expand All @@ -11,6 +23,14 @@ PineScript is a domain-specific scripting language developed by TradingView. It

---

### PineScript Color Themes
PineScript Helper extension is best suited for use with [**PineScript Color Themes**](https://marketplace.visualstudio.com/items?itemName=salbert11.pinescript-color-themes).
**PineScript Color Themes** provides a collection of editor themes tailored for PineScript development, offering a visually pleasing environment for writing PineScript code.

*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.*

---

## Features
- **Syntax Highlighting** : The extension provides syntax highlighting for PineScript V5, making your code more readable and easier to navigate.

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

---

### PineScript Color Themes
PineScript Helper extension is best suited for use with [**PineScript Color Themes**](https://marketplace.visualstudio.com/items?itemName=salbert11.pinescript-color-themes).
**PineScript Color Themes** provides a collection of editor themes tailored for PineScript development, offering a visually pleasing environment for writing PineScript code.

*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.*

---

## Installation
### Method 1: Install from VS Code Command Palette

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

---

## Release Notes
#### **3.2.2**

*05.12.2023 **Update***
- Grammars and snippets for built-in variables, functions and constants updated to Pinescript release November 2023.

---

## Contribution
Contributions are welcome! Please feel free to submit a [pull request](https://github.com/salbert11/pinescript/pulls) in the GitHub repository.

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

---

*Version 3.2.2*
*Version 3.2.3*
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"icon": "images/pineicon.png",
"publisher": "salbert11",
"license": "MIT",
"version": "3.2.2",
"version": "3.2.3",
"engines": {
"vscode": "^1.62.0"
},
Expand Down

0 comments on commit 3cc2e9e

Please sign in to comment.