File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
11
11
From [ MELPA] ( https://melpa.org/ )
12
12
13
- ``` lisp
13
+ ``` elisp
14
14
(use-package pine-script-mode
15
15
:ensure t
16
16
:pin melpa-stable
@@ -19,7 +19,7 @@ From [MELPA](https://melpa.org/)
19
19
20
20
Or manually, after downloading into your ` load-path `
21
21
22
- ``` lisp
22
+ ``` elisp
23
23
(require 'pine-script-mode)
24
24
(add-to-list 'auto-mode-alist '("\\.pine$" . pine-script-mode))
25
25
```
@@ -31,10 +31,10 @@ Here is a buffer displaying the script
31
31
32
32
![ Rendered example] ( https://raw.githubusercontent.com/EricCrosson/pine-script-mode/master/img/luxalgo-demo.png )
33
33
34
- The Emacs 28 buffer in this image is also using
34
+ The Emacs 28 buffer in this image is also using:
35
35
36
36
- [ Modus Vivendi Theme] ( https://gitlab.com/protesilaos/modus-themes/ )
37
-
37
+ - JetBrains Mono font
38
38
39
39
## License
40
40
You can’t perform that action at this time.
0 commit comments