You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<h1align="center">
2
2
<br>
3
-
Pine Script Syntax Highlight
3
+
Pine Script Syntax Highlighter
4
4
<br>
5
5
</h1>
6
6
<h4align="center">Create amazing indicators and strategies!</h4>
@@ -12,6 +12,45 @@
12
12
13
13
## About
14
14
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_.
16
16
17
-

17
+

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].
0 commit comments