File tree Expand file tree Collapse file tree 1 file changed +4
-21
lines changed Expand file tree Collapse file tree 1 file changed +4
-21
lines changed Original file line number Diff line number Diff line change 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
119From [ 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
2016Or 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-
4124GPL 2 (or higher) © [ Free Software Foundation, Inc] ( http://www.fsf.org/about ) .
You can’t perform that action at this time.
0 commit comments