Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 491cebe

Browse files
committed
[release] v3.1.5
- Textmate scopes fixed for Types
1 parent 6a1dc70 commit 491cebe

File tree

5 files changed

+27
-13
lines changed

5 files changed

+27
-13
lines changed

CHANGELOG.md

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

3+
#### **3.1.5**
4+
5+
*21.09.2023 **Update***
6+
- Textmate scopes fixed for Types
7+
8+
---
9+
10+
#### **3.1.4**
11+
12+
*20.09.2023 **Update***
13+
- Readme updated
14+
- Minor fixed
15+
16+
---
17+
318
#### **3.1.3**
419

520
*19.09.2023 **Update***

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PineScript is a domain-specific scripting language developed by TradingView. It
2929
---
3030

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

3535
*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.*
@@ -88,21 +88,20 @@ The PineScript Helper extension supports the following file extensions:
8888
4. Hover over variables, functions, or keywords to view relevant reference manual information.
8989

9090
## Release Notes
91-
#### **3.1.3**
91+
#### **3.1.5**
9292

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

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

10099
## Feedback and Support
101-
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.
100+
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.
102101

103102
## License
104-
This extension is released under the [MIT License](./LICENSE.md) .
103+
This extension is released under the [MIT License](./LICENSE.md).
105104

106105
---
107106

108-
*Version 3.1.3*
107+
*Version 3.1.5*

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.1.3",
8+
"version": "3.1.5",
99
"engines": {
1010
"vscode": "^1.62.0"
1111
},

syntaxes/ps.tmLanguage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@
15291529
{"include": "#keyword_control_words"},
15301530
{
15311531
"match": ".*",
1532-
"name":"entity.name.type.class.ps"
1532+
"name":"support.type.primitive.ps"
15331533
}
15341534
]},
15351535
"2":{"name":"meta.brace.square.ps"},
@@ -1548,7 +1548,7 @@
15481548
{"include": "#keyword_control_words"},
15491549
{
15501550
"match": ".*",
1551-
"name":"entity.name.type.class.ps"
1551+
"name":"support.type.primitive.ps"
15521552
}
15531553
]},
15541554
"2":{"name":"meta.brace.square.ps"},

0 commit comments

Comments
 (0)