Skip to content

Commit d8ce5dc

Browse files
authored
Updated markdown code type, add font note
1 parent 8985084 commit d8ce5dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
From [MELPA](https://melpa.org/)
1212

13-
```lisp
13+
```elisp
1414
(use-package pine-script-mode
1515
:ensure t
1616
:pin melpa-stable
@@ -19,7 +19,7 @@ From [MELPA](https://melpa.org/)
1919

2020
Or manually, after downloading into your `load-path`
2121

22-
```lisp
22+
```elisp
2323
(require 'pine-script-mode)
2424
(add-to-list 'auto-mode-alist '("\\.pine$" . pine-script-mode))
2525
```
@@ -31,10 +31,10 @@ Here is a buffer displaying the script
3131

3232
![Rendered example](https://raw.githubusercontent.com/EricCrosson/pine-script-mode/master/img/luxalgo-demo.png)
3333

34-
The Emacs 28 buffer in this image is also using
34+
The Emacs 28 buffer in this image is also using:
3535

3636
- [Modus Vivendi Theme](https://gitlab.com/protesilaos/modus-themes/)
37-
37+
- JetBrains Mono font
3838

3939
## License
4040

0 commit comments

Comments
 (0)