Skip to content

Commit

Permalink
[release] v3.1.5
Browse files Browse the repository at this point in the history
- Textmate scopes fixed for Types
  • Loading branch information
salbert11 committed Sep 20, 2023
1 parent 6a1dc70 commit 491cebe
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 13 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

#### **3.1.5**

*21.09.2023 **Update***
- Textmate scopes fixed for Types

---

#### **3.1.4**

*20.09.2023 **Update***
- Readme updated
- Minor fixed

---

#### **3.1.3**

*19.09.2023 **Update***
Expand Down
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ 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://github.com/salbert11/pinethemes).
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.*
Expand Down Expand Up @@ -88,21 +88,20 @@ 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.3**
#### **3.1.5**

*19.09.2023 **Update***
- Grammars and snippets for built-in variables, functions and constants updated to Pinescript release September 2023
- Minor bug fixed
*21.09.2023 **Update***
- Textmate scopes fixed for Types

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

## Feedback and Support
If you encounter any issues, have suggestions, or need support, please feel free to [open an issue](https://github.com/salbert11/pinescript/issues) in the GitHub repository.
If you encounter any issues, have suggestions, or need support, please feel free to [open an issue](https://github.com/salbert11/pinescript/issues) in the GitHub repository.

## License
This extension is released under the [MIT License](./LICENSE.md) .
This extension is released under the [MIT License](./LICENSE.md).

---

*Version 3.1.3*
*Version 3.1.5*
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.3",
"version": "3.1.5",
"engines": {
"vscode": "^1.62.0"
},
Expand Down
4 changes: 2 additions & 2 deletions syntaxes/ps.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -1529,7 +1529,7 @@
{"include": "#keyword_control_words"},
{
"match": ".*",
"name":"entity.name.type.class.ps"
"name":"support.type.primitive.ps"
}
]},
"2":{"name":"meta.brace.square.ps"},
Expand All @@ -1548,7 +1548,7 @@
{"include": "#keyword_control_words"},
{
"match": ".*",
"name":"entity.name.type.class.ps"
"name":"support.type.primitive.ps"
}
]},
"2":{"name":"meta.brace.square.ps"},
Expand Down

0 comments on commit 491cebe

Please sign in to comment.