Skip to content

Commit

Permalink
[release] v3.1.2
Browse files Browse the repository at this point in the history
- Grammars for user-defined types and functions fixed
  • Loading branch information
salbert11 committed Sep 11, 2023
1 parent 630a78f commit bd87272
Show file tree
Hide file tree
Showing 5 changed files with 249 additions and 159 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

#### **3.1.2**

*11.09.2023 **Update***
- Grammars for user-defined types and functions fixed

---

#### **3.1.0**

*08.09.2023 **Update***
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,10 @@ The PineScript Helper extension supports the following file extensions:
4. Hover over variables, functions, or keywords to view relevant reference manual information.

## Release Notes
#### **3.1.0**
#### **3.1.2**

*08.09.2023 **Update***
- Grammars for built-in method fixed
- Grammars for type casing fixed
*11.09.2023 **Update***
- Grammars for user-defined types and functions fixed

## Contribution
Contributions are welcome! Please feel free to submit a [pull request](https://github.com/salbert11/pinescript/pulls) in the GitHub repository.
Expand All @@ -105,4 +104,4 @@ This extension is released under the [MIT License](./LICENSE.md) .

---

*Version 3.1.0*
*Version 3.1.2*
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.1.0",
"version": "3.1.2",
"engines": {
"vscode": "^1.62.0"
},
Expand Down
Loading

0 comments on commit bd87272

Please sign in to comment.