Skip to content

Commit 57f322c

Browse files
Yankı KüçükYankı Küçük
Yankı Küçük
authored and
Yankı Küçük
committed
Updated
1 parent 3c373ef commit 57f322c

File tree

2 files changed

+44
-5
lines changed

2 files changed

+44
-5
lines changed

README.md

+42-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">
22
<br>
3-
Pine Script Syntax Highlight
3+
Pine Script Syntax Highlighter
44
<br>
55
</h1>
66
<h4 align="center">Create amazing indicators and strategies!</h4>
@@ -12,6 +12,45 @@
1212

1313
## About
1414

15-
Pine Script Syntax Highlight is the simple syntax highlighter for Pine Script.
15+
Pine Script Syntax Highlighter is the simple syntax highlighter for Pine Script. And of course _Pine Script Syntax Highlighter_ itself is open source with a [public repository][repository] on _GitHub_.
1616

17-
![Example](images/example.png)
17+
![Example](images/example.png)
18+
19+
### Recommended Extensions
20+
21+
- For .pine file extentention icon [VSCode Icons](https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons)
22+
- For same colors like example image [One Dark Pro](https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme)
23+
24+
### Semantic Versioning
25+
26+
We're using [SemVer][semver] for this project.
27+
28+
### Development
29+
30+
Want to contribute? Great!
31+
32+
Make a change in your file and instantanously see your updates!
33+
34+
Open your favorite Terminal and run these commands;
35+
36+
```sh
37+
$ git clone <url>
38+
$ cd <cloned_folder_name>
39+
$ code .
40+
```
41+
42+
### Our Contributors
43+
44+
- Yankı Küçük - [Twitter][yk]
45+
46+
And you can see also all contributors [here][contributors].
47+
48+
## License
49+
50+
MIT
51+
52+
[twitter]: https://developer.twitter.com/en/docs/basics/twitter-ids.html
53+
[repository]: https://github.com/kendinikertenkelebek/cyberpoints
54+
[semver]: https://semver.org
55+
[yk]: https://twitter.com/seviyorumstop
56+
[contributors]: https://github.com/kendinikertenkelebek/cyberpoints/graphs/contributors

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "pine-script-syntax-highlight",
3-
"displayName": "Pine Script Syntax Highlight",
2+
"name": "pine-script-syntax-highlighter",
3+
"displayName": "Pine Script Syntax Highlighter",
44
"description": "Write awesome indicators or strategies with me!",
55
"version": "1.0.0",
66
"author": "Yankı Küçük <[email protected]> (https://github.com/kendinikertenkelebek)",

0 commit comments

Comments
 (0)