Skip to content

Commit c232729

Browse files
author
Bozhidar Batsov
committed
Add a note about custom font-locking
1 parent a9f9402 commit c232729

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ if you don't mind its imperfections you can easily enable it:
9191
The code in `clojure-mode-font-locking` used to be bundled with
9292
`clojure-mode` before version 3.0.
9393

94+
You can also use the code in this package as a basis for extending the
95+
font-locking further (e.g. functions/macros from more
96+
namespaces). Generally you should avoid adding special font-locking
97+
for things that don't have fairly unique names, as this will result in
98+
plenty of incorrect font-locking.
99+
94100
* [clj-refactor][] provides simple refactoring support.
95101

96102
* Enabling `CamelCase` support for editing commands(like

0 commit comments

Comments
 (0)