Skip to content

Commit 3affb90

Browse files
authored
Update readme.md
1 parent ba8b656 commit 3affb90

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

readme.md

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
1-
# pine-script-mode [![Build Status](https://travis-ci.org/EricCrosson/pine-script-mode.svg?branch=master)](https://travis-ci.org/EricCrosson/pine-script-mode) [![MELPA Stable](https://stable.melpa.org/packages/pine-script-mode-badge.svg)](https://stable.melpa.org/#/pine-script-mode) [![MELPA](https://melpa.org/packages/pine-script-mode-badge.svg)](https://melpa.org/#/pine-script-mode)
1+
# pine-script-mode [![MELPA Stable](https://stable.melpa.org/packages/pine-script-mode-badge.svg)](https://stable.melpa.org/#/pine-script-mode) [![MELPA](https://melpa.org/packages/pine-script-mode-badge.svg)](https://melpa.org/#/pine-script-mode)
22

3-
> GNU Emacs major-mode for [Trading View](https://tradingview.com) [Pine script](https://www.tradingview.com/study-script-reference/).
4-
5-
6-
`Update: 20.02.2022:` Pine Script Version 5 support will be added soon, ironing out kinks
3+
> GNU Emacs major-mode for [Trading View](https://tradingview.com) [Pine Script Docs](https://www.tradingview.com/pine-script-docs/).
74
5+
**Pine Script Version 6 supported**
86

97
## Install
108

119
From [MELPA](https://melpa.org/)
1210

1311
```elisp
1412
(use-package pine-script-mode
15-
:ensure t
16-
:pin melpa-stable
17-
:mode (("\\.pine" . pine-script-mode)))
13+
:ensure t)
1814
```
1915

2016
Or manually, after downloading into your `load-path`
@@ -24,18 +20,5 @@ Or manually, after downloading into your `load-path`
2420
(add-to-list 'auto-mode-alist '("\\.pine$" . pine-script-mode))
2521
```
2622

27-
## Example of Syntax highlighting
28-
29-
Here is a buffer displaying the script
30-
[Volume Footprint [LUX]](https://www.tradingview.com/v/cdU6E9rm/) by [LuxAlgo](https://www.tradingview.com/u/LuxAlgo/).
31-
32-
![Rendered example](https://raw.githubusercontent.com/EricCrosson/pine-script-mode/master/img/luxalgo-demo.png)
33-
34-
The Emacs 28 buffer in this image is also using:
35-
36-
- [Modus Vivendi Theme](https://gitlab.com/protesilaos/modus-themes/)
37-
- JetBrains Mono font
38-
3923
## License
40-
4124
GPL 2 (or higher) © [Free Software Foundation, Inc](http://www.fsf.org/about).

0 commit comments

Comments
 (0)