We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f9402 commit c232729Copy full SHA for c232729
README.md
@@ -91,6 +91,12 @@ if you don't mind its imperfections you can easily enable it:
91
The code in `clojure-mode-font-locking` used to be bundled with
92
`clojure-mode` before version 3.0.
93
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
+
100
* [clj-refactor][] provides simple refactoring support.
101
102
* Enabling `CamelCase` support for editing commands(like
0 commit comments