Skip to content

Commit b523e83

Browse files
committed
Tweak markup
1 parent 264ba7b commit b523e83

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ highlighting), indentation, and navigation support for the
1616

1717
To see a list of available configuration options do `M-x customize-group <RET> clojure-ts`.
1818

19-
Most configuration changes will require reverting any active clojure-ts-mode buffers.
19+
Most configuration changes will require reverting any active `clojure-ts-mode` buffers.
2020

2121
### Indentation
2222

23-
clojure-ts-mode currently supports 2 different indentation strategies:
23+
`clojure-ts-mode` currently supports 2 different indentation strategies:
2424

25-
- `semantic`, the default, which tries to match the indentation of clojure-mode and cljfmt
25+
- `semantic`, the default, which tries to match the indentation of `clojure-mode` and cljfmt
2626
- `fixed`, [a simple indentation strategy outlined by Tonsky in a blog post](https://tonsky.me/blog/clojurefmt/)
2727

2828
Set the var `clojure-ts-indent-style` to change it.
@@ -36,6 +36,7 @@ Set the var `clojure-ts-indent-style` to change it.
3636
### Font Locking
3737

3838
Too highlight entire rich `comment` expression with the comment font face, set
39+
3940
``` emacs-lisp
4041
(setq clojure-ts-comment-macro-font-lock-body t)
4142
```
@@ -170,7 +171,7 @@ I don't know how to do this on Windows. Patches welcome!
170171

171172
#### Finally, in emacs
172173

173-
Then tell Emacs where to find the shared library by adding something like this to your init file
174+
Then tell Emacs where to find the shared library by adding something like this to your init file:
174175

175176
```emacs-lisp
176177
(setq treesit-extra-load-path '( "~/path/to/tree-sitter-clojure/dist"))

0 commit comments

Comments
 (0)