Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Yankı Küçük authored and Yankı Küçük committed Aug 25, 2019
1 parent 3c373ef commit 57f322c
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 5 deletions.
45 changes: 42 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">
<br>
Pine Script Syntax Highlight
Pine Script Syntax Highlighter
<br>
</h1>
<h4 align="center">Create amazing indicators and strategies!</h4>
Expand All @@ -12,6 +12,45 @@

## About

Pine Script Syntax Highlight is the simple syntax highlighter for Pine Script.
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_.

![Example](images/example.png)
![Example](images/example.png)

### Recommended Extensions

- For .pine file extentention icon [VSCode Icons](https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons)
- For same colors like example image [One Dark Pro](https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme)

### Semantic Versioning

We're using [SemVer][semver] for this project.

### Development

Want to contribute? Great!

Make a change in your file and instantanously see your updates!

Open your favorite Terminal and run these commands;

```sh
$ git clone <url>
$ cd <cloned_folder_name>
$ code .
```

### Our Contributors

- Yankı Küçük - [Twitter][yk]

And you can see also all contributors [here][contributors].

## License

MIT

[twitter]: https://developer.twitter.com/en/docs/basics/twitter-ids.html
[repository]: https://github.com/kendinikertenkelebek/cyberpoints
[semver]: https://semver.org
[yk]: https://twitter.com/seviyorumstop
[contributors]: https://github.com/kendinikertenkelebek/cyberpoints/graphs/contributors
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pine-script-syntax-highlight",
"displayName": "Pine Script Syntax Highlight",
"name": "pine-script-syntax-highlighter",
"displayName": "Pine Script Syntax Highlighter",
"description": "Write awesome indicators or strategies with me!",
"version": "1.0.0",
"author": "Yankı Küçük <[email protected]> (https://github.com/kendinikertenkelebek)",
Expand Down

0 comments on commit 57f322c

Please sign in to comment.